Defining custom search filters You might need to define custom search filters if searches are not returning results or are returning results for the wrong entries. This situation can occur if the remote LDAP directory server uses a non-standard schema.
Selecting "Custom" in the "Type of search filter to use" field displays the following three fields used to define the custom search filters.
(|(cn=%*)(|(&(sn=%a)(givenname=%z))(&(sn=%z)(givenname=%a))))
(|(&(objectclass=groupOfUniqueNames)(UniqueMember=%*))(&(objectclass=groupOfNames)(Member=%*)))
Syntax for custom LDAP search filters To define a custom search filter, insert parameters into standard LDAP search filters to represent a part of the names being searched for.