Author: akarasulu
Date: Sun Oct 10 03:17:45 2004
New Revision: 54235

Modified:
   
incubator/directory/eve/trunk/backend/tools/src/test/org/apache/eve/tools/schema/core.schema
Log:
Found a malformed objectclass entry


Modified: 
incubator/directory/eve/trunk/backend/tools/src/test/org/apache/eve/tools/schema/core.schema
==============================================================================
--- 
incubator/directory/eve/trunk/backend/tools/src/test/org/apache/eve/tools/schema/core.schema
        (original)
+++ 
incubator/directory/eve/trunk/backend/tools/src/test/org/apache/eve/tools/schema/core.schema
        Sun Oct 10 03:17:45 2004
@@ -473,10 +473,11 @@
        EQUALITY caseExactMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
 
+# This was malformed with MAY list before the SUP and AUXILIARY fields
 objectclass ( 1.3.6.1.4.1.250.3.15 NAME 'labeledURIObject'
        DESC 'RFC2079: object that contains the URI attribute type'
-       MAY ( labeledURI )
-       SUP top AUXILIARY )
+       SUP top AUXILIARY
+       MAY ( labeledURI ) )
 
 #
 # Derived from RFC 1274, but with new "short names"

Reply via email to