This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 28 lines
An extensible match search filter is a type of [LDAP SearchFilter] that can be used to identify matching entries using a specified [matchingRule].
An extensible matching filter contains the following components:
*The OID of the matching rule to use for the determination. This is an optional element, and if it isn't provided then the attribute type must be given and its default equality matching rule will be used.
*The name of the [AttributeType] that will be targeted. If this is not provided, then all attributes contained in the entry will be examined.
*A flag that indicates whether the matching should be performed against the attributes of the entry's [DN] instead of the attributes contained in the entry.
*An assertion value that should be used as the target for the matching rule.
The string representation of an LDAP extensible match filter is comprised of the following components in order:
*An opening parenthesis
*The name of the attribute type, or an empty string if none was provided
*The string ":dn" if the dnAttributes flag is set, or an empty string if not
*If a matching rule ID is available, then a string comprised of a colon followed by that OID, or an empty string if there is no matching rule ID
*The string ":="
*The string representation of the assertion value
*A closing parenthesis
![Examples of Extensible Match Filter|ExtensibleMatch]
!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]