Operation Manual

Gigaset DE700 IP PRO / en / A31008-M2211-R101-5-7619 / web_configurator.fm / 13.09.2012
PRO Version 3, 30.05.2012
153
Configuring phone settings via the Web configurator
LDAP Number Filter
The number filter stipulates the criteria for the automatic completion of telephone num-
bers.
Example: (|(telephoneNumber=%)(mobile=%))
The percent symbol (%) is then replaced by the part of the telephone number entered by
the user. When dialling, if a user enters the numbers "123" for example, all telephone num-
bers (office and mobile) that begin with "123" are searched for in the LDAP database. The
telephone number is completed with the addition of information from the database.
Multiple criteria can be connected using logical AND (&) and/or OR (|) operators. The logical
operators "&" and "|" are placed before the search criteria. The search criterion must be placed
in brackets and the whole expression must be terminated with a bracket again. AND and OR
operations can also be combined.
Examples:
Other parameters
LDAP Display Name
Defines how the search result is displayed on the handset. Here, you can enter combina-
tions of different name and number attributes and special characters. For the attribute
value to be shown for the required attribute, the attribute name must be preceded by a
percent symbol (%).
Example
The entry is shown on the handset as follows:
Black, Administrator; 0891234567890 / 09876543123 / 012398765432
AND operation: (& (givenName=%) (mail=%))
Searches for entries in which the first name and mail address begin with
the letters entered by the user.
OR operation: (| (cn=%) (sn=%))
Searches for entries in which the common name or surname begin with
the letters entered by the user.
Combined
operation:
(|(& (givenName=%) (mail=%))(& (sn=%) (mail=%)))
Searches for entries in which the first name and mail address or the sur-
name and mail address begin with the letters entered by the user.
Entry data on the LDAP server:
cn Administrator telphoneNumber 0891234567890
sn Black mobile 012398765432
. . . homePhone 09876543123
Attribute definition in the web UI:
LDAP Name Attributes cn sn
LDAP Number Attributes mobile telephoneNumber homePhone
LDAP Display Name %sn, %cn; %telephoneNumber / %homPhone / %mobile