ldap.path

The propertry ldap.path specifies the path to the LDAP directory.

Property Name Property Description
ldap.path This property specifies the path to the LDAP directory. This is part of the URL used to construct the path to the server. Used to construct the LDAP address. The default is dc\=company,dc\=com.

The LDAP URL

This image shows the construction of the LDAP URL, which is constructed of the properties you define. (You need not supply the characters depicted in red; they are not included in the property definitions.)

Note: For Active Directory servers, you need only specify the ldap.host property.

Example

ldap.path=dc\=myldap,dc\=mycompany,dc\=com

dc, or domain component, builds the path as myldap.mycompany.com