Description:
Configures the search type for LDAP contact look up.
0-Prefix matching
1-Approximate string matching
If it is set to 0 (Prefix matching), the IP phone will search the LDAP contact numbers or
names start with the entered character(s).
If it is set to 1 (Approximate string matching), the IP phone will search the LDAP contact
numbers or names contain the entered character(s).
Web User Interface:
None
Phone User Interface:
None
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 entered by the user.
Example:
ldap.name_filter = (|(cn=%)(sn=%))
When the cn or sn of the LDAP contact matches the entered name, the record will be
displayed on the LCD screen.
ldap.name_filter = (&(cn=*)(sn=%))
When the cn of the LDAP contact is set and the sn of the LDAP contact matches the entered
name, the records will be displayed on the phone LCD screen.
ldap.name_filter = (!(cn=%))
When the cn of the LDAP contact does not match the entered name, the records will be
displayed on the phone LCD screen.
Web User Interface:
Directory->LDAP->LDAP Name Filter
Phone User Interface:
None