Skip Navigation

LDAP connection parameters 

<adParameters>
: The <adParameters> node is used to configure connection to the LDAP directory and has the following structure:
<adParameters> <server>LDAP_server[:port]</server> <username>username</username> <!--<password isEncrypted="true">CipherText</password>--> //After first run below will change to this <password>ClearText</password> //First run <authentication> Anonymous | Delegation | Encryption | FastBind | None | ReadonlyServer | Sealing | Secure | SecureSocketsLayer | ServerBind | Signing </authentication> <search> <pagingMode>none | paging</pagingMode> </search> <rootNodeDistinguishedName> LDAP Distinguished Name </rootNodeDistinguishedName> </adParameters>