ldap/schema/00core.ldif | 12 ++++++++++++ ldap/schema/02common.ldif | 1 - 2 files changed, 12 insertions(+), 1 deletion(-)
New commits: commit 07f9ed2c91366c49b5641c5e4903ebc8312c8ccf Author: Endi S. Dewata edewata@redhat.com Date: Mon Jun 21 12:09:04 2010 -0500
Bug 606545 - core schema should include numSubordinates
https://bugzilla.redhat.com/show_bug.cgi?id=606545 Resolves: bug 606545 Bug Description: core schema should include numSubordinates Fix Description: The numSubordinates attribute type definition has been moved from 02common.ldif into 00core.ldif.
diff --git a/ldap/schema/00core.ldif b/ldap/schema/00core.ldif index 7f5dab6..87f1463 100644 --- a/ldap/schema/00core.ldif +++ b/ldap/schema/00core.ldif @@ -808,3 +808,15 @@ objectClasses: ( 2.16.840.1.113719.2.142.6.1.1 NAME 'ldapSubEntry' # ################################################################################ # +attributeTypes: ( 1.3.1.1.4.1.453.16.2.103 NAME 'numSubordinates' + DESC 'count of immediate subordinates' + EQUALITY integerMatch + ORDERING integerOrderingMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 + SINGLE-VALUE + NO-USER-MODIFICATION + USAGE directoryOperation + X-ORIGIN 'numSubordinates Internet Draft' ) +# +################################################################################ +# diff --git a/ldap/schema/02common.ldif b/ldap/schema/02common.ldif index d039be7..3b0ef19 100644 --- a/ldap/schema/02common.ldif +++ b/ldap/schema/02common.ldif @@ -117,7 +117,6 @@ attributeTypes: ( 2.16.840.1.113730.3.1.201 NAME 'changeLogMaximumSize' DESC 'Ne attributeTypes: ( 2.16.840.1.113730.3.1.205 NAME 'changeLogMaximumConcurrentWrites' DESC 'Netscape defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'Netscape Directory Server' ) attributeTypes: ( 1.3.6.1.4.1.250.1.60 NAME ( 'ttl' 'timeToLive' ) DESC 'time to live in seconds for cached objects' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'LDAP Caching Internet Draft' ) attributeTypes: ( 2.16.840.1.113730.3.1.612 NAME 'generation' DESC 'Netscape defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'Netscape Directory Server' ) -attributeTypes: ( 1.3.1.1.4.1.453.16.2.103 NAME 'numSubordinates' DESC 'count of immediate subordinates' EQUALITY integerMatch ORDERING integerOrderingMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'numSubordinates Internet Draft' ) attributeTypes: ( 2.5.18.9 NAME 'hasSubordinates' DESC 'if TRUE, subordinate entries may exist' EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'numSubordinates Internet Draft' ) attributeTypes: ( 2.16.840.1.113730.3.1.569 NAME 'cosPriority' DESC 'Netscape defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'Netscape Directory Server' ) attributeTypes: ( 2.16.840.1.113730.3.1.570 NAME 'nsLookThroughLimit' DESC 'Binder-based search operation look through limit (candidate entries)' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE USAGE directoryOperation X-ORIGIN 'Netscape Directory Server' )
389-commits@lists.fedoraproject.org