You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2007/09/03 23:45:28 UTC

svn commit: r572430 - /directory/apacheds/trunk/schema-bootstrap/src/main/schema/apache.schema

Author: elecharny
Date: Mon Sep  3 14:45:28 2007
New Revision: 572430

URL: http://svn.apache.org/viewvc?rev=572430&view=rev
Log:
Reverted the accessControlSubentry OC removal from the schema
Modified its OID to reflect the one already registred (http://www.oid-info.com/cgi-bin/display?oid=2.5.17.1&action=display)

Modified:
    directory/apacheds/trunk/schema-bootstrap/src/main/schema/apache.schema

Modified: directory/apacheds/trunk/schema-bootstrap/src/main/schema/apache.schema
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/schema-bootstrap/src/main/schema/apache.schema?rev=572430&r1=572429&r2=572430&view=diff
==============================================================================
--- directory/apacheds/trunk/schema-bootstrap/src/main/schema/apache.schema (original)
+++ directory/apacheds/trunk/schema-bootstrap/src/main/schema/apache.schema Mon Sep  3 14:45:28 2007
@@ -125,6 +125,11 @@
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.1
   USAGE directoryOperation )
 
+objectclass ( 2.5.17.1
+    NAME 'accessControlSubentry'
+    AUXILIARY 
+    MUST prescriptiveACI )
+
 attributetype ( 1.3.6.1.4.1.18060.0.4.1.2.15
     NAME 'apacheServicePid'
 	DESC 'A string up to 256 characters in length'