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 2008/03/29 21:49:08 UTC

svn commit: r642606 - /directory/sandbox/akarasulu/bigbang/apacheds/schema-bootstrap/src/main/schema/apache.schema

Author: akarasulu
Date: Sat Mar 29 13:49:06 2008
New Revision: 642606

URL: http://svn.apache.org/viewvc?rev=642606&view=rev
Log:
fix bad character in schema file

Modified:
    directory/sandbox/akarasulu/bigbang/apacheds/schema-bootstrap/src/main/schema/apache.schema

Modified: directory/sandbox/akarasulu/bigbang/apacheds/schema-bootstrap/src/main/schema/apache.schema
URL: http://svn.apache.org/viewvc/directory/sandbox/akarasulu/bigbang/apacheds/schema-bootstrap/src/main/schema/apache.schema?rev=642606&r1=642605&r2=642606&view=diff
==============================================================================
--- directory/sandbox/akarasulu/bigbang/apacheds/schema-bootstrap/src/main/schema/apache.schema (original)
+++ directory/sandbox/akarasulu/bigbang/apacheds/schema-bootstrap/src/main/schema/apache.schema Sat Mar 29 13:49:06 2008
@@ -62,6 +62,13 @@
     NO-USER-MODIFICATION
     USAGE dSAOperation )
 
+attributetype ( 1.3.6.1.4.1.18060.0.4.1.2.43 NAME 'apacheSublevel'
+    DESC 'Index attribute used to track single level aliases'
+    EQUALITY integerMatch
+    SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+    NO-USER-MODIFICATION
+    USAGE dSAOperation )
+
 attributetype ( 1.3.6.1.4.1.18060.0.4.1.2.7 NAME 'apacheAlias'
     DESC 'asdf'
     SUP distinguishedName
@@ -71,13 +78,6 @@
     NO-USER-MODIFICATION
     USAGE dSAOperation )
 
-attributetype ( 1.3.6.1.4.1.18060.0.4.1.2.43 NAME 'apacheSublevel'
-    DESC 'Index attribute used to track descendants'
-    EQUALITY integerMatch
-    SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
-    NO-USER-MODIFICATION
-    USAGE dSAOperation )
-
 attributetype ( 1.3.6.1.4.1.18060.0.4.1.2.9 NAME 'apacheSamType'
     DESC 'Single-use Authentication Mechanism type/vendor code'
     EQUALITY integerMatch
@@ -472,4 +472,4 @@
 # END SSL/TLS Key Management for LDAPS and StartTLS 
 # =================================================
 
-# LAST ATTRIBUTE_TYPE WAS = 1.3.6.1.4.1.18060.0.4.1.2.43 START USING 1.3.6.1.4.1.18060.0.4.1.2.44
\ No newline at end of file
+# LAST ATTRIBUTE_TYPE WAS = 1.3.6.1.4.1.18060.0.4.1.2.43 START USING 1.3.6.1.4.1.18060.0.4.1.2.44