Authentication
This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.
Property | Description |
Server | The domain name or IP of the LDAP server. |
Port | The port the LDAP server is running on. |
User | The distinguished name of a user. |
Password | The password for the distinguished name of the specified user. |
BaseDN | The base portion of the distinguished name, used for limiting results to specific subtrees. |
UseSSL | Whether or not to use SSL to connect to the server. |
LDAPVersion | The LDAP version used to connect to and communicate with the server. |
AuthMechanism | The authentication mechanism to be used when connecting to the LDAP server. |
Scope | Whether to limit the scope of the search to the whole subtree (BaseDN and all of its descendants), a single level (BaseDN and its direct descendants), or the base object (BaseDN only). |