Substring Search Filter

Overview#

A substring LDAP Filter Choice is a type of LDAP SearchFilter that can be used to identify entries that contain a value for a given attribute that matches a specified substring.

The server will use a SUBSTR matchingRule to make the determination.

The substring search filter must contain a Substring Assertion, which will have at least one component from the following types:

The string representation of an LDAP substring filter is comprised of an opening parenthesis followed by the attribute name, an equal sign, the substring assertion with the individual components separated by asterisks, and the closing parenthesis.

Examples#

For example, a substring filter of:

"(cn=ab*def*mno*stu*yz)"

contains a subInitial component of "ab", subAny components of "def", "mno", and "stu", and a subFinal component of "yz".

More Information#

There might be more information for this subject on one of the following: