You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by er...@apache.org on 2005/11/28 09:24:36 UTC

svn commit: r349398 - /directory/sandbox/ersiner/apacheds-with-storedprocs/core/src/main/schema/apache.schema

Author: ersiner
Date: Mon Nov 28 00:24:02 2005
New Revision: 349398

URL: http://svn.apache.org/viewcvs?rev=349398&view=rev
Log:
Added a new attributetype for class loader search context.
Remove generic configuration schema elements.

Modified:
    directory/sandbox/ersiner/apacheds-with-storedprocs/core/src/main/schema/apache.schema

Modified: directory/sandbox/ersiner/apacheds-with-storedprocs/core/src/main/schema/apache.schema
URL: http://svn.apache.org/viewcvs/directory/sandbox/ersiner/apacheds-with-storedprocs/core/src/main/schema/apache.schema?rev=349398&r1=349397&r2=349398&view=diff
==============================================================================
--- directory/sandbox/ersiner/apacheds-with-storedprocs/core/src/main/schema/apache.schema (original)
+++ directory/sandbox/ersiner/apacheds-with-storedprocs/core/src/main/schema/apache.schema Mon Nov 28 00:24:02 2005
@@ -214,20 +214,8 @@
     STRUCTURAL
     MUST ( fqcn $ byteCode ) )
 
-attributetype ( 1.2.6.1.4.1.18060.1.1.1.3.23
-    NAME 'configKey'
-	DESC 'The key of a configuration parameter'
-	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.24
-    NAME 'configValue'
-	DESC 'The value of a configuration parameter'
-	EQUALITY caseExactIA5Match
-	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
-
-objectclass ( 1.2.6.1.4.1.18060.1.1.1.4.9
-    NAME 'config'
-    SUP top
-    STRUCTURAL
-    MUST ( configKey $ configValue ) )
+attributetype ( 1.2.6.1.4.1.18060.1.1.1.3.23 NAME 'classLoaderDefaultSearchContext'
+    DESC 'The default search context for the Ldap Class Loader'
+    SUP distinguishedName
+    EQUALITY distinguishedNameMatch
+    SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )