Specifications
TD 92442EN
04 October 2013 / Ver. PB1
Installation and Operation Manual
OpenStage WL3 Wireless Service
28
5. Central Phonebook Configuration
• If the default local database is selected the entries must be added, either manually
or imported from a CSV file, see chapters
4.1.3 on page 17 or 4.1.4 on page 18.
• If LDAP server is selected, continue in chapter 5.4 LDAP Parameter Setup on page
28.
To set database to use for the Central phonebook, do as follows:
1 Click “Configuration” on the Start page.
2 Select Other Settings > Advanced Configuration in the menu on the
Configuration page.
3 Select “Phonebook” in the menu on the Advanced Configuration page.
4 In the Database for lookups field, choose between “Local - 500 Editable”, “Local
- 2000 View only”, or “LDAP”.
If “Local - 2000 View only” is chosen, the “Add” and “Delete all” buttons are not visible
in the Edit Phonebook pages.
5.4 LDAP Parameter Setup
The Lightweight Directory Access Protocol (LDAP) is an application protocol for
querying and modifying directory services running over TCP/IP. The WSG starts an
LDAP session by connecting to an LDAP server. Then it sends operation requests to
the server, and the server sends responses in return.
An LDAP directory is a tree of directory entries and follows the structure below:
• An entry consists of a set of attributes.
• An attribute has a name and one or more values.
Each entry has a unique name; the distinguished name (DN). DN consists of its relative
distinguished name (RDN) constructed from some attribute(s) in the entry, followed by
the parent entry's DN. Think of the DN as a full filename and the RDN as a relative
filename in a folder.
An entry can look like this:
dn: cn=John Ericson,dc=company,dc=com
cn: John Ericson
givenName: John
sn: Ericson
telephoneNumber: +1 888 555 6789
mail: john@company.com
dn is the name of the entry; it is not an attribute nor part of the entry. “cn=John
Ericson” is the entry's RDN, and “dc=company, dc=com” is the DN of the parent
entry. The other lines show the attributes in the entry. Attribute names are typically
mnemonic strings, like “cn” for common name, “dc” for domain component, “mail”
for e-mail address and “sn” for surname. .










