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 2009/05/31 18:59:01 UTC

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

Author: elecharny
Date: Sun May 31 16:59:01 2009
New Revision: 780472

URL: http://svn.apache.org/viewvc?rev=780472&view=rev
Log:
Updated the schema to add the correct OID for CSN/UUID elements

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=780472&r1=780471&r2=780472&view=diff
==============================================================================
--- directory/apacheds/trunk/schema-bootstrap/src/main/schema/apache.schema (original)
+++ directory/apacheds/trunk/schema-bootstrap/src/main/schema/apache.schema Sun May 31 16:59:01 2009
@@ -398,28 +398,38 @@
 # ======================
 
 # ======================
-# Mitosis Related
+# Replication Related
 # ======================
-
-attributetype ( 1.3.6.1.4.1.18060.0.4.1.2.29
+# EntryUUID is declared in IANA 
+attributetype ( 1.3.6.1.1.16.4
         NAME 'entryUUID'
-        DESC 'LCUP/LDUP: UUID of the entry'
-        EQUALITY octetStringMatch
-        SYNTAX 1.3.6.1.4.1.1466.115.121.1.40{64}
+        DESC 'UUID of the entry'
+        EQUALITY uuidMatch
+        ORDERING uuidOrderingMatch
+        SYNTAX 1.3.6.1.1.16.1
         SINGLE-VALUE 
         NO-USER-MODIFICATION 
         USAGE directoryOperation )
 
-attributetype ( 1.3.6.1.4.1.18060.0.4.1.2.30
+attributetype ( 1.3.6.1.4.1.4203.666.1.7
         NAME 'entryCSN'
-        DESC 'LCUP/LDUP: change sequence number of the entry'
-        EQUALITY octetStringMatch
-        ORDERING octetStringOrderingMatch
-        SYNTAX 1.3.6.1.4.1.1466.115.121.1.40{64}
+        DESC 'change sequence number of the entry'
+        EQUALITY CSNMatch
+        ORDERING CSNOrderingMatch
+        SYNTAX 1.3.6.1.4.1.4203.666.11.2.1{64}
         SINGLE-VALUE 
         NO-USER-MODIFICATION 
         USAGE directoryOperation )
 
+attributetype ( 1.3.6.1.4.1.4203.666.1.25
+        NAME 'contextCSN'
+        DESC 'the largest committed CSN of a context'
+        EQUALITY CSNMatch
+        ORDERING CSNOrderingMatch
+        SYNTAX 1.3.6.1.4.1.4203.666.11.2.1{64}
+        NO-USER-MODIFICATION 
+        USAGE directoryOperation )
+
 attributetype ( 1.3.6.1.4.1.18060.0.4.1.2.31
         NAME 'entryDeleted'
         DESC 'Whether or not an entry has been deleted.'