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. The setting is taken for searches inside the LDAP directory.
Advanced - Network (Tab) - LDAP(Section): LDAP name filter
N/A
| Parameter | Valid value |
|---|---|
| <ldap_search_filter perm="PERMISSIONFLAGS">VALIDVALUE</ldap_search_filter> | For a name filter, especially if used by quick lookup, an OR relation with wild cards makes the most sense. For example: (|(sn=%*)(cn=%*)) -> Would match any sn (surename) OR cn (common name) beginnig with the given string. |