Authentication
This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.
| Property | Description |
| Schema | Specify the version to connect with. Allows users to choose using the table and column information provided by Active Directory over the hard-coded column values in the .rsd files. |
| Server | The domain name or IP of the Active Directory server. |
| Port | The port the Active Directory server is running on. |
| User | The distinguished name of a user. |
| Password | The password for the distinguished name of the specified user. |
| UseSSL | Whether or not to use SSL to connect to the server. |
| BaseDN | The base portion of the distinguished name, used for limiting results to specific subtrees. |
| AuthMechanism | The authentication mechanism to be used when connecting to the Active Directory 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). |
| UseDefaultDC | Used to connect to the default Domain Controller and authenticate using the current user credentials. |
| IntegratedSecurity | Whether or not to use the user's current context when logging in. |
| LDAPVersion | The LDAP version used to connect to and communicate with the server. |