P a g e
|
81
GVC3210 Administration Guide
Version 1.0.1.21
Contacts/LDAP
Parameters
Descriptions
Connection Mode
It is used to select which protocol will be used for LDAP searching, LDAP or LDAPS.
Server Address
It is used to configure the URI of the LDAP (Lightweight Directory Access Protocol)
server.
Port
It is used to configure the LDAP server port.
The default LDAP port number is 389.
Base DN
It is used to configure the LDAP search base. This is the location in the directory where
the search is requested to begin.
Example:
dc=grandstream, dc=com
ou=Boston, dc=grandstream, dc=com
User Name
It is used to configure the bind "Username" for querying LDAP servers. Some LDAP
servers allow anonymous binds in which case the setting can be left blank.
Password
It is used to configure the bind "Password" for querying LDAP servers. The field can
be left blank if the LDAP server allows anonymous binds.
LDAP Name
Attributes
It is used to configure the "name" attributes of each record which are returned in the
LDAP search result. This field allows the users to configure multiple space separated
name attributes.
Example:
gn
cn sn description
LDAP Number
Attributes
It is used to configure the "number" attributes of each record which are returned in the
LDAP search result. This field allows the users to configure multiple space separated
number attributes.
Example:
telephoneNumber
telephoneNumber Mobile
LDAP Mail
Attributes
It is used to configure the "mail" attributes of each record which are returned in the
LDAP search result.
Example: mail
LDAP Name Filter
It is used to configure the filter used for name lookups.
Examples:
(|(cn=%)(sn=%)) returns all records which has the "cn" or "sn" field starting with the
entered prefix;
(!(sn=%)) returns all the records which do not have the "sn" field starting
with the entered prefix;
(&(cn=%) (telephoneNumber=*)) returns all the records with the "cn" field starting with
the entered prefix and "telephoneNumber" field set.