About this task
Configure LDAP settings to connect to an external database, specify the name and password for authentication, and set search parameters. You can also select the LDAP protocol version and specify the base Distinguished Name (DN). At the bottom of the LDAP page, you can view the LDAP link connection status for the saved LDAP configuration.
With the LDAP Directory feature enabled, users can search for contacts in an external database instead of using locally saved contacts. The LDAP search is available only on the codec GUI menu.
When configuring LDAP settings, you can set up the LDAP filter to limit the scope of data retrieved from the LDAP server. The LDAP server searches the directory entries and displays the results based on the listed criteria. For example, to search for users by their common name, surname, and phone number, you can type cn,sn,telephoneNumber.
You can use the following common LDAP filter types:
(attribute=value): for exact matching
(attribute=*value*): for wildcard matching
(&(cond1)(cond2)): for conditions with the AND operator
(|(cond1)(cond2)): for conditions with the OR operator