[TIBCO.EMS .NET client library 6.3 documentation]

The LdapLookupConsts type exposes the following members.

Fields

  NameDescription
LDAP_AUTH_TYPE
Use this property to specify the auth type, this value gets used when an ldap connection is being established. supported values are '0' for Anonumous AuthType) and '1' for Basic Authype. (Default AuthType is set to Basic).
LDAP_BASE_DN
Specifies the base dn, i.e where to start looking for the administered objects.
LDAP_CERT_NAME
Use this property name to specify certificate name to lookup in the store name at the store location. NOTE: This is required property when the LDAP_CONN_TYPE of ldaps is used and LDAP_SSL_PARAMS is not specified with a LdapLookupSSLParams.SetSSLQueryClientCertificateCallback method.
LDAP_CERT_STORE_LOCATION
Use this property to specify store location. Acceptable values are "currentuser" (the default) and "localmachine."
LDAP_CERT_STORE_NAME
Use this property name to specify store name. The default is "My" (i.e personel) store at the "currentuser" location.
LDAP_CONN_TYPE
Use this property name to specify connection type. Aacceptable values are "ldap" (the default) and "ldaps."
LDAP_CREDENTIAL
Use this property name to specify the credential (i.e the password) to use while connecting to the ldap server.
LDAP_PRINCIPAL
Use this property name to specify the principal (i.e the user name) to use while connecting to the ldap server.
LDAP_PROTOCOL_VERSION
Use this property to specify the protocol version for the ldap connection's session options. The values for protocol version can be either 2 or 3.
LDAP_SEARCH_SCOPE
Use this property name to specify the search scope. Acceptable values are "subtree" (the default) and "onelevel."
LDAP_SERVER_URL
Use this property name to specify the url to connect to the LDAP server.
LDAP_SSL_PARAMS

See Also