Browse Source

Ticket #272 - add tombstonenumsubordinates to schema

https://fedorahosted.org/389/ticket/272
Resolves: Ticket #272
Bug Description: add tombstonenumsubordinates to schema
Reviewed by: nhosoi (Thanks!)
Branch: master
Fix Description: Copy/paste the definition of numSubordinates but with
a new name and a new OID from our OID range.
Platforms tested: RHEL6 x86_64, Fedora 15
Flag Day: no
Doc impact: yes
Rich Megginson 14 years ago
parent
commit
361eb80357
1 changed files with 9 additions and 0 deletions
  1. 9 0
      ldap/schema/01core389.ldif

+ 9 - 0
ldap/schema/01core389.ldif

@@ -128,6 +128,15 @@ attributeTypes: ( 2.16.840.1.113730.3.1.2091 NAME 'nsslapd-suffix' DESC 'Netscap
 attributeTypes: ( 2.16.840.1.113730.3.1.2092 NAME 'nsslapd-ldapiautodnsuffix' DESC 'Netscape defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'Netscape' )
 attributeTypes: ( 2.16.840.1.113730.3.1.2095 NAME 'connection' DESC 'Netscape defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'Netscape' )
 attributeTypes: ( 2.16.840.1.113730.3.1.2096 NAME 'entryusn' DESC 'Netscape defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'Netscape' )
+attributeTypes: ( 2.16.840.1.113730.3.1.2111 NAME 'tombstoneNumSubordinates'
+  DESC 'count of immediate subordinates for tombstone entries'
+  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 '389 directory server' )
 #
 # objectclasses
 #