beispiele.fm
A31003-C1000-M101-1-76A9, 03/2016
OpenScape Desk Phone CP200/400/600, Administrator Documentation
299
Examples and HowTos
How to Set Up the Corporate Phonebook (LDAP)
Given "example.com" as the LDAP subtree to be searched, the LDAP template file looks like
this:
OpenScape Desk Phone CP LDAP TEMPLATE (v.1)
SEARCHBASE="dc=example,dc=com"
ATTRIB01="sn"
ATTRIB02="givenName"
ATTRIB03="ipPhone"
ATTRIB04="otherTelephone"
ATTRIB05="mobile"
ATTRIB06="homePhone"
ATTRIB07="company"
ATTRIB08="department"
ATTRIB09="l"
ATTRIB10="title"
ATTRIB11="mail"
EOF
LDAP Template for wildcard search example
Given "example.com" as the LDAP subtree to be searched with ’wildcard search’ quick search
for LDAP attribute ’info’, the LDAP template file looks like this:
OpenScape Desk Phone CP LDAP TEMPLATE (v.1)
SEARCHBASE="dc=example,dc=com"
ATTRIB01="sn"
ATTRIB02="givenName"
ATTRIB03="ipPhone"
ATTRIB04="otherTelephone"
ATTRIB05="mobile"
ATTRIB06="homePhone"
ATTRIB07="company"
ATTRIB08="department"
ATTRIB09="l"
ATTRIB10="title"
ATTRIB11="mail"
ATTRIB12="sn"
EOF