Installation Instructions

93
Configuring the system on the DECT Manager
Gigaset N720 DECT IP Multicell System / engbt / A31008-M2314-L101-6-7619 / web-conf.fm / 29.08.2016
Version 2, 06.08.2010
Example
The entry is shown on the handset as follows:
Black, Peter; 0891234567890/012398765432
Filter
Using the filters, you can define criteria against which specific entries can be searched in
the LDAP database. One filter consists of one or more search criteria. A search criterion
contains the query for an LDAP attribute, e.g. sn=%. The percent sign (%) is a place holder
for the user entry.
Name filter
The name filter decides which attribute is used for the search.
Example: (displayName=%). The percent sign (%) is replaced by the name or part of
the name entered by the user.
If a user enters the letter "A", for example, all entries in which the attribute
displayName begins with "A" are searched for in the LDAP database. If the user then
enters a "b", entries are searched in which the displayName begins with "Ab".
Number filter
The number filter stipulates the criteria for the automatic completion of telephone
numbers.
Example: (|(telephoneNumber=%)(mobile=%)). The percent sign (%) 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 numbers
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.
Entry data on the LDAP server:
displayName Peter Black telphoneNumber 0891234567890
givenName Peter mobile 012398765432
sn Black
. . .
Attribute definition in the web UI:
Display format %sn, %givenName; %telephoneNumber/%mobile
Note
The LDAP database is hierarchical in design. With the LDAP search base (BaseDN)
parameter, you can stipulate in which area the search should begin.