Configure the Connection to the LDAP Server
Configure the connection to the LDAP server by defining the following properties from the Configuration tab.
- In Host, specify the name of the host that runs the LDAP server.
- In Port, specify the port on which the LDAP service is accessible.
- In Username, specify the user name used to access the LDAP service.
- In Password, specify the password used to access the LDAP service.
-
In Base, specify the distinguished name that
identifies the entry point where the search is to be started.
For example
cn=Users, dc=office, dc=exalead, dc=com
- Optional:
In Creation timestamp name, specify the name of the
attribute in which to find the creation timestamp.
A timestamp shows when a record was created or modified. Exalead CloudView uses the timestamp to crawl only attributes that have been created or modified since the last crawl.
- In Modification timestamp name, specify the name of the attribute in which to find the modification timestamp.
- Optional:
To filter data from the LDAP directory, add an LDAP
query filter script in LDAP filter.
For example,
(|(ou=Human Resources)(ou=Financial Services))
excludes all LDAP entries that are not from Human Resources or Financial Services as specified in the Organizational Unit (ou) fields. - Click Apply.