mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-07 07:30:57 -05:00
Add LDAPsubentry (without OID).
This commit is contained in:
parent
82ac9547c9
commit
740f1b422e
1 changed files with 8 additions and 0 deletions
|
|
@ -449,3 +449,11 @@ attribute ( 2.16.840.1.113730.3.1.34 NAME 'ref' DESC 'URL Reference'
|
|||
|
||||
objectclass ( 2.16.840.1.113730.3.2.6 NAME 'referral'
|
||||
SUP top STRUCTURAL MAY ( ref ) )
|
||||
|
||||
#
|
||||
# LDAPsubEntry
|
||||
# OID not assigned (1.3.6.1.4.1.1466.115.121.1.??)
|
||||
#
|
||||
objectclass ( NAME 'LDAPsubEntry'
|
||||
DESC 'Limited X.501 Subentry class, named by cn'
|
||||
SUP top STRUCTURAL MUST ( cn ) )
|
||||
|
|
|
|||
Loading…
Reference in a new issue