Description:
Configures the search criteria for LDAP contact names look up.
The “*” symbol in the filter stands for any character. The “%” symbol in the filter stands for
the name prefix entered by the user.
Example:
ldap.name_filter = (|(cn=%)(sn=%))
When the cn or sn of the LDAP contact starts with the entered prefix, the record will be
displayed on the touch screen.
ldap.name_filter = (&(cn=*)(sn=%))
When the cn of the LDAP contact is set and the sn of the LDAP contact start with the
entered prefix, the records will be displayed on the phone touch screen.
ldap.name_filter = (!(cn=%))
When the cn of the LDAP contact does not start with the entered prefix, the records will be
displayed on the phone touch screen.
Web User Interface:
Directory->LDAP->LDAP Name Filter
Phone User Interface:
None
Description:
Configures the search criteria for LDAP contact numbers look up.
The “*” symbol in the filter stands for any number. The “%” symbol in the filter stands for the
number prefix entered by the user.
Example:
ldap.number_filter = (|(telephoneNumber=%)(mobile=%)(ipPhone=%))
When the number prefix of the telephoneNumber, mobile or ipPhone of the contact record
matches the search criteria, the record will be displayed on the touch screen.
ldap.number_filter = (&(telephoneNumber=*)(mobile=%))
When the telephoneNumber of the LDAP contact is set and the mobile of the LDAP contact
starts with the entered prefix, the record will be displayed on the phone touch screen.
Web User Interface:
Directory->LDAP->LDAP Number Filter
Phone User Interface:
None