Click or drag to resize

LdapConfiguration Properties

The LdapConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyBaseDistinguishName
A String value representing the top entry in a LDAP DIT (Directory Information Tree)
Public propertyContactResolutionEnabled
A Boolean value indicating whether the LDAP provider is used for contact resolution. Default is true.
Public propertyCredentialProvider
An ICredentialProvider value representing the object that provides the credentials.
Public propertyDirectoryType
An enum value that indicates the LDAP directory type
Public propertyEnabled
A Boolean value indicating whether the LDAP provider is enabled.
Public propertyIMAttribute
A String value of the LDAP attribute that contains the IM handle for the user
Public propertyMaxEntries
The maximum number of matching entries to display Range between 10 to 100 entries Default is 50
Public propertySearchScope
An enum value that indicates the scope of the LDAP search
Public propertySearchTimeoutInSeconds
The search time out interval (in seconds) Range between 10 to 200 seconds Default is 100
Public propertyServer
A ServerInfo value indicating the server to connect with.
Public propertyUseGssBind
When GSS bind is enabled the Windows credentials are used for LDAP connection A boolean value, if true then use GSS Bind
Public propertyUseIMDomain
A boolean value, if true then perform domain substitution using the IM domain
Top
See Also