You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2005/10/03 21:45:44 UTC

svn commit: r293441 - /directory/apacheds/trunk/core/src/main/schema/apache.schema

Author: akarasulu
Date: Mon Oct  3 12:45:41 2005
New Revision: 293441

URL: http://svn.apache.org/viewcvs?rev=293441&view=rev
Log:
compressing spaces between attributes now that we are using a branch schema for OID assignments

Modified:
    directory/apacheds/trunk/core/src/main/schema/apache.schema

Modified: directory/apacheds/trunk/core/src/main/schema/apache.schema
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/core/src/main/schema/apache.schema?rev=293441&r1=293440&r2=293441&view=diff
==============================================================================
--- directory/apacheds/trunk/core/src/main/schema/apache.schema (original)
+++ directory/apacheds/trunk/core/src/main/schema/apache.schema Mon Oct  3 12:45:41 2005
@@ -83,7 +83,7 @@
     SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
     SINGLE-VALUE )
 
-attributetype ( 1.2.6.1.4.1.18060.1.1.1.3.29 NAME 'autonomousAreaSubentry'
+attributetype ( 1.2.6.1.4.1.18060.1.1.1.3.10 NAME 'autonomousAreaSubentry'
     DESC 'Used to track a subentry associated with an autonomousArea'
     SUP distinguishedName
     EQUALITY distinguishedNameMatch
@@ -92,7 +92,7 @@
     NO-USER-MODIFICATION
     USAGE directoryOperation )
 
-attributetype ( 1.2.6.1.4.1.18060.1.1.1.3.28 NAME 'accessControlSubentries'
+attributetype ( 1.2.6.1.4.1.18060.1.1.1.3.11 NAME 'accessControlSubentries'
     DESC 'Used to track a subentry associated with access control areas'
     SUP distinguishedName
     EQUALITY distinguishedNameMatch
@@ -106,13 +106,13 @@
     STRUCTURAL
     MUST prefNodeName )
 
-attributetype ( 1.2.6.1.4.1.18060.1.1.1.3.100 NAME 'prescriptiveACI'
+attributetype ( 1.2.6.1.4.1.18060.1.1.1.3.12 NAME 'prescriptiveACI'
   DESC 'Access control information that applies to a set of entries'
   EQUALITY directoryStringFirstComponentMatch
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.1
   USAGE directoryOperation )
 
-objectclass ( 1.2.6.1.4.1.18060.1.1.1.4.100 
+objectclass ( 1.2.6.1.4.1.18060.1.1.1.4.2
     NAME 'accessControlSubentry'
     AUXILIARY 
     MUST prescriptiveACI )