LdapConfiguration Properties |
The LdapConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseDistinguishName |
A String value representing the top entry in a LDAP DIT (Directory Information Tree)
| |
| ContactResolutionEnabled |
A Boolean value indicating whether the LDAP provider is used for contact resolution.
Default is true.
| |
| CredentialProvider |
An ICredentialProvider value representing the object that provides the credentials.
| |
| DirectoryType |
An enum value that indicates the LDAP directory type
| |
| Enabled |
A Boolean value indicating whether the LDAP provider is enabled.
| |
| IMAttribute |
A String value of the LDAP attribute that contains the IM handle for the user
| |
| MaxEntries |
The maximum number of matching entries to display
Range between 10 to 100 entries
Default is 50
| |
| SearchScope |
An enum value that indicates the scope of the LDAP search
| |
| SearchTimeoutInSeconds |
The search time out interval (in seconds)
Range between 10 to 200 seconds
Default is 100
| |
| Server |
A ServerInfo value indicating the server to connect with.
| |
| UseGssBind |
When GSS bind is enabled the Windows credentials are used for LDAP connection
A boolean value, if true then use GSS Bind
| |
| UseIMDomain |
A boolean value, if true then perform domain substitution using the IM domain
|