Settings/ldap search filter
From Snom User Wiki
< Settings
LDAP name filter [ldap_search_filter]
- Web User Interface:
- Description: LDAP name filter is the search criteria for name look ups. The format of the search filter is compliant to the standard string representations of LDAP search filters (RFC 2254). The name prefix for search entered by the user is represented by the “%” symbol in the filter.
- Valid values: standard LDAP filters e.g. (&(sn=%)(telephoneNumber=*))
- Default value: Blank
- Examples:
(&(telephoneNumber=*)(sn=%))
Returns all LDAP records which have the “telephoneNumber” field set and the “sn” field starts with the entered prefix.
(|(cn=%)(sn=%))
Returns all LDAP records which have the “cn” OR “sn” field starting with the entered prefix.
(!(cn=%))
Returns all LDAP records which “do not” have the “cn” field starting with the entered prefix.
