Click or drag to resize

LdapConfiguration Class

User Configuration information for LDAP. This class provides the configuration data that allows a connection and access to be made to an LDAP Server
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesLdapConfiguration

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class LdapConfiguration

The LdapConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodLdapConfiguration
Constructor.
Top
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