mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Add comment containing possible dn attributetype specification.
This commit is contained in:
parent
a50cd075db
commit
aa23b21baf
1 changed files with 3 additions and 1 deletions
|
|
@ -228,7 +228,9 @@ attributetype ( 2.5.4.30 NAME 'supportedApplicationContext'
|
|||
# distinguished name of an entry. On the other hand, the attribute
|
||||
# type distinguishedName is meant to be an "abstract" type and other
|
||||
# dn-valued attribute types derive from it. So at most, 'dn' would
|
||||
# be a subtype of distinguishedName.
|
||||
# be a subtype of distinguishedName, something like:
|
||||
# attributetype ( dnOID NAME 'dn' SUP distinguishedName
|
||||
# SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation )
|
||||
|
||||
attributetype ( 2.5.4.49 NAME 'distinguishedName'
|
||||
EQUALITY distinguishedNameMatch
|
||||
|
|
|
|||
Loading…
Reference in a new issue