Product specifications
420HD IP Phone with Microsoft Lync
Administrator's Manual 46 Document #: LTRT-09930
Using the configuration file:
Table 3-21: LDAP Parameters
Parameter Name
Description
Active
[system/ldap/enabled]
Enables or disable LDAP.
Server Address
[system/ldap/server_address]
Defines the IP address or URL of the LDAP
server.
Port
[system/ldap/port]
Defines the LDAP service port.
User Name
[system/ldap/user_name]
Defines the user name used for the LDAP search
request.
Password
[system/ldap/password]
Defines the password of the search requester.
Base
[system/ldap/base]
Defines the access point on the LDAP tree.
Name Filter
[system/ldap/name_filter]
Specifies your search pattern for name look ups.
For example:
When you type in the following
field: (&(telephoneNumber=*)(sn=%)), the search
result includes all LDAP records, which have the
‘telephoneNumber’ field set and the ‘(“sn”--
>surname)’ field starting with the entered prefix.
When you type in the following field:
(|(cn=%)(sn=%)), the search result includes all
LDAP records which have the (“cn”--
>CommonName) OR (“sn”-->Surname) field
starting with the entered prefix.
When you type in the field (!(cn=%)), the search
result includes all LDAP records which “do not”
have the “cn” field starting with the entered prefix.
Name Attribute
[system/ldap/name_attrs]
Specifies the LDAP name attributes setting,
which can be used to specify the “name”
attributes of each record which is returned in the
LDAP search results.
When you type in the following field, for example,
cn sn displayName”, this requires you to specify
‘cn-->commonName’. This is the Full name of the
user, sn-->Surname, last name or family name
and “displayName” fields for each LDAP record.