mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Move dcObject uidObject to core.schema
This commit is contained in:
parent
faf7f146b2
commit
1113769e54
@ -479,6 +479,16 @@ attributetype ( 1.3.6.1.4.1.1466.101.119.4 NAME 'dynamicSubtrees'
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 NO-USER-MODIFICATION
|
||||
USAGE dSAOperation )
|
||||
|
||||
#
|
||||
# RFC2247
|
||||
# This may need to be moved to core.schema
|
||||
objectclass ( 1.3.6.1.4.1.1466.344 NAME 'dcObject' SUP top AUXILIARY MUST dc )
|
||||
|
||||
#
|
||||
# RFC2377
|
||||
# This may need to be moved to core.schema
|
||||
objectclass ( 1.3.6.1.1.3.1 NAME 'uidObject' SUP top AUXILIARY MUST uid )
|
||||
|
||||
#
|
||||
# From draft-ietf-ldapext-nameref-00.txt
|
||||
# used to represent referrals in the directory
|
||||
|
@ -34,14 +34,3 @@ objectclass ( 2.16.840.1.113730.3.2.3 NAME 'mailRecipient'
|
||||
# MAY ( mail $ mailAlternateAddress $ mailHost $ mailRoutingAddress )
|
||||
|
||||
|
||||
#
|
||||
# RFC2247
|
||||
# This may need to be moved to core.schema
|
||||
objectclass ( 1.3.6.1.4.1.1466.344 NAME 'dcObject' SUP top AUXILIARY MUST dc )
|
||||
|
||||
|
||||
#
|
||||
# RFC2377
|
||||
# This may need to be moved to core.schema
|
||||
objectclass ( 1.3.6.1.1.3.1 NAME 'uidObject' SUP top AUXILIARY MUST uid )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user