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/11/16 19:44:40 UTC

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

Author: akarasulu
Date: Wed Nov 16 10:44:36 2005
New Revision: 345088

URL: http://svn.apache.org/viewcvs?rev=345088&view=rev
Log:
schema updates from yesterday - sorry forgot to commit ersin

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=345088&r1=345087&r2=345088&view=diff
==============================================================================
--- directory/apacheds/trunk/core/src/main/schema/apache.schema (original)
+++ directory/apacheds/trunk/core/src/main/schema/apache.schema Wed Nov 16 10:44:36 2005
@@ -129,7 +129,6 @@
     AUXILIARY 
     MUST prescriptiveACI )
 
-
 attributetype ( 1.2.6.1.4.1.18060.1.1.1.3.15
     NAME 'apacheServicePid'
 	DESC 'A string up to 256 characters in length'
@@ -198,3 +197,19 @@
     STRUCTURAL
     MUST ( unixFilePath ) )
 
+attributetype ( 1.2.6.1.4.1.18060.1.1.1.3.21
+    NAME 'fqcn'
+	DESC 'The fully qualified class name of a java class'
+	EQUALITY caseExactIA5Match
+	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
+
+attributetype ( 1.2.6.1.4.1.18060.1.1.1.3.22
+    NAME 'byteCode'
+	DESC 'The actual byte code for a java class'
+	SYNTAX 1.3.6.1.4.1.1466.115.121.1.5 SINGLE-VALUE )
+
+objectclass ( 1.2.6.1.4.1.18060.1.1.1.4.8
+    NAME 'javaClass'
+    SUP top
+    STRUCTURAL
+    MUST ( fqcn $ byteCode ) )