ldap.customSearchFilter
The property
ldap.customSearchFilter
defines a filter for searching across the user database.
Property Name | Property Description | |
---|---|---|
ldap.customSearchFilter | If this property is defined, it is used in place of the default filter. It should have a placeholder
{0} for the username. If this property is defined, then a filter-based LDAP user search is performed using the
ldap.searchBase property value and the custom search filter in the LDAP context (the host definition). If the custom search is not defined, the search is performed using the variable
ldap.accountNameAttr={0} . The default is blank. |
Example
ldap.customSearchFilter={0}
Parent topic: LDAP properties