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/08/26 06:44:13 UTC

svn commit: r240159 - /directory/apacheds/trunk/core/src/main/schema/apachedns.schema

Author: akarasulu
Date: Thu Aug 25 21:44:10 2005
New Revision: 240159

URL: http://svn.apache.org/viewcvs?rev=240159&view=rev
Log:
fixing schema OID conflict: two attibutes had same OID and an objectClass OID conflicted with objectClass in apache.schema

Modified:
    directory/apacheds/trunk/core/src/main/schema/apachedns.schema

Modified: directory/apacheds/trunk/core/src/main/schema/apachedns.schema
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/core/src/main/schema/apachedns.schema?rev=240159&r1=240158&r2=240159&view=diff
==============================================================================
--- directory/apacheds/trunk/core/src/main/schema/apachedns.schema (original)
+++ directory/apacheds/trunk/core/src/main/schema/apachedns.schema Thu Aug 25 21:44:10 2005
@@ -29,11 +29,6 @@
         EQUALITY caseIgnoreIA5Match
         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{128} SINGLE-VALUE )
 
-attributetype ( 1.2.6.1.4.1.18060.1.1.1.3.14 NAME 'apacheDomainName'
-        DESC 'A domain name or sequence dotted labels'
-        EQUALITY caseIgnoreIA5Match
-        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} SINGLE-VALUE )
-
 attributetype ( 1.2.6.1.4.1.18060.1.1.1.3.15 NAME 'apacheSOAMName'
         DESC 'A domain name of the name server that was the primary source of data for this zone'
         SUP apacheDomainName SINGLE-VALUE )
@@ -67,7 +62,12 @@
 	EQUALITY integerMatch
 	SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
 
-objectclass ( 1.2.6.1.4.1.18060.1.1.1.4.1
+attributetype ( 1.2.6.1.4.1.18060.1.1.1.3.22 NAME 'apacheDomainName'
+        DESC 'A domain name or sequence dotted labels'
+        EQUALITY caseIgnoreIA5Match
+        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} SINGLE-VALUE )
+
+objectclass ( 1.2.6.1.4.1.18060.1.1.1.4.6
         NAME 'apacheAbstractRecord'
         DESC 'An abstract DNS record objectClass used to build other specific structural objectclasses for different record types'
         SUP top