Overview#
DistinguishedNameMatch is an EQUALITY Matching Rule compares an assertion value whose corresponding ASN.1 type is Distinguished Name (DN) using the DN Syntax.The OID for DistinguishedNameMatch is 2.5.13.1 for the LDAPSyntaxes of 1.3.6.1.4.1.1466.115.121.1.12 (DN)
The rule evaluates to TRUE if and only if all of these evaluate to TRUE:
- the attribute value and the assertion value have the same number of Relative Distinguished Names
- corresponding Relative Distinguished Names (by position) are the same
- each RDN component Attribute Value Assertion (AVA) the EQUALITY Matching Rule of each RDN is applied to each Attribute Value Assertion and the Case Sensitivity of the EQUALITY Matching Rule for each AttributeType
If one or more of the Attribute Value Assertion comparisons evaluate to Undefined and the remaining Attribute Value Assertion comparisons return True then the DistinguishedNameMatch rule evaluates to Undefined.
The LDAP definition for the DistinguishedNameMatch rule is defined in RFC 4517
( 2.5.13.1 NAME 'distinguishedNameMatch' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
More Information#
There might be more information for this subject on one of the following:- 2.5.13.1
- AliasedObjectName
- AssociatedName
- Changelog
- CollectiveAttributeSubentries
- DirectoryComponentsMatch
- Distinguished Name Case Sensitivity
- Distinguished Names
- EQUALITY
- LDAP Object Identifier Descriptors
- MatchingRule
- NewRDN
- NewSuperior
- PwdPolicySubEntry
- RdnMatch
- String Representation of Distinguished Names
- SubschemaSubentry
- TargetDN