Substrings

Overview#

Substrings is a LDAP Filter Choices 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 substring MatchingRule to make the determination.The substring search filter must contain a substring Assertion Value, which will have at least one component from the following types:

The string representation of an LDAP Substrings filter comprises an opening parenthesis followed by the attribute name, an equal sign, the substring Assertion Value with the individual components separated by asterisks, and the closing parenthesis.

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: