Interface SambaPasswordPluginCfgClient

  • All Superinterfaces:
    ConfigurationClient, PluginCfgClient

    public interface SambaPasswordPluginCfgClient
    extends PluginCfgClient
    A client-side interface for reading and modifying Samba Password Plugin settings.

    Samba Password Synchronization Plugin.

    • Method Detail

      • getJavaClass

        @MandatoryProperty
        ValueOrExpression<String> getJavaClass()
        Gets the "java-class" property.

        Specifies the fully-qualified name of the Java class that provides the plug-in implementation.

        Default value: org.opends.server.plugins.SambaPasswordPlugin

        Specified by:
        getJavaClass in interface PluginCfgClient
        Returns:
        Returns the value of the "java-class" property.
      • getSambaAdministratorDn

        ValueOrExpression<Dn> getSambaAdministratorDn()
        Gets the "samba-administrator-dn" property.

        Specifies the distinguished name of the user which Samba uses to perform Password Modify extended operations against this directory server in order to synchronize the userPassword attribute after the LanMan or NT passwords have been updated.

        The user must have the 'password-reset' privilege and should not be a root user. This user name can be used in order to identify Samba connections and avoid double re-synchronization of the same password. If this property is left undefined, then no password updates will be skipped.

        Returns:
        Returns the value of the "samba-administrator-dn" property.
      • setSambaAdministratorDn

        void setSambaAdministratorDn​(ValueOrExpression<Dn> value)
                              throws PropertyException
        Sets the "samba-administrator-dn" property.

        Specifies the distinguished name of the user which Samba uses to perform Password Modify extended operations against this directory server in order to synchronize the userPassword attribute after the LanMan or NT passwords have been updated.

        The user must have the 'password-reset' privilege and should not be a root user. This user name can be used in order to identify Samba connections and avoid double re-synchronization of the same password. If this property is left undefined, then no password updates will be skipped.

        Parameters:
        value - The value of the "samba-administrator-dn" property.
        Throws:
        PropertyException - If the new value is invalid.