You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2012/02/07 03:51:27 UTC

svn commit: r1241334 [1/2] - in /directory/shared/trunk/ldap: client/api/src/main/java/org/apache/directory/ldap/client/api/ codec/core/src/main/java/org/apache/directory/shared/ldap/codec/api/ model/src/main/java/org/apache/directory/shared/ldap/model...

Author: elecharny
Date: Tue Feb  7 02:51:24 2012
New Revision: 1241334

URL: http://svn.apache.org/viewvc?rev=1241334&view=rev
Log:
o Created a DefaultBinaryAttributeDetector which can be configured with a list of AT and a list of Syntax in case we don't have those informations from the server
o Modified the X-HOMAN-READABLE extention to X-NOT-HUMAN-READABLE, to use the same extension than OpenLDAP (this will increase the compatibility)
o Modified the schema accordingly to the previous modification

Added:
    directory/shared/trunk/ldap/codec/core/src/main/java/org/apache/directory/shared/ldap/codec/api/DefaultBinaryAttributeDectector.java
Modified:
    directory/shared/trunk/ldap/client/api/src/main/java/org/apache/directory/ldap/client/api/LdapNetworkConnection.java
    directory/shared/trunk/ldap/codec/core/src/main/java/org/apache/directory/shared/ldap/codec/api/BinaryAttributeDetector.java
    directory/shared/trunk/ldap/codec/core/src/main/java/org/apache/directory/shared/ldap/codec/api/LdapMessageContainer.java
    directory/shared/trunk/ldap/model/src/main/java/org/apache/directory/shared/ldap/model/constants/MetaSchemaConstants.java
    directory/shared/trunk/ldap/model/src/main/java/org/apache/directory/shared/ldap/model/schema/AttributesFactory.java
    directory/shared/trunk/ldap/model/src/main/java/org/apache/directory/shared/ldap/model/schema/LdapSyntax.java
    directory/shared/trunk/ldap/model/src/main/java/org/apache/directory/shared/ldap/model/schema/SchemaUtils.java
    directory/shared/trunk/ldap/model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/parser/LdapSyntaxDescriptionSchemaParserTest.java
    directory/shared/trunk/ldap/model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/parser/SchemaParserTestUtils.java
    directory/shared/trunk/ldap/schema/data/src/main/java/org/apache/directory/shared/ldap/schemaloader/SchemaEntityFactory.java
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=adsconfig/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.1.0.10.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=adsconfig/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.1.0.11.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apache/ou=syntaxes/m-oid=1.3.6.1.1.16.1.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apache/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.1.0.0.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apache/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.1.0.2.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apache/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.1.0.3.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apache/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.1.0.4.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apache/ou=syntaxes/m-oid=1.3.6.1.4.1.4203.666.11.2.1.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apache/ou=syntaxes/m-oid=1.3.6.1.4.1.4203.666.11.2.4.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apachemeta/ou=attributetypes/m-oid=1.3.6.1.4.1.18060.0.4.0.2.34.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apachemeta/ou=objectclasses/m-oid=1.3.6.1.4.1.18060.0.4.0.3.4.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apachemeta/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.0.0.0.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apachemeta/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.0.0.1.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apachemeta/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.0.0.2.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apachemeta/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.0.0.4.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apachemeta/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.0.0.6.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=nis/ou=syntaxes/m-oid=1.3.6.1.1.1.0.0.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=nis/ou=syntaxes/m-oid=1.3.6.1.1.1.0.1.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.1.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.10.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.11.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.12.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.13.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.14.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.15.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.16.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.17.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.18.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.19.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.2.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.20.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.21.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.22.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.23.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.24.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.25.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.26.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.27.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.28.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.29.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.3.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.30.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.31.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.32.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.33.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.34.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.35.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.36.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.37.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.38.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.39.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.4.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.40.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.41.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.42.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.43.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.44.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.45.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.46.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.47.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.48.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.49.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.5.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.50.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.51.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.52.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.53.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.54.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.55.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.56.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.57.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.58.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.59.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.6.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.7.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.8.ldif
    directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.9.ldif

Modified: directory/shared/trunk/ldap/client/api/src/main/java/org/apache/directory/ldap/client/api/LdapNetworkConnection.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/client/api/src/main/java/org/apache/directory/ldap/client/api/LdapNetworkConnection.java?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/client/api/src/main/java/org/apache/directory/ldap/client/api/LdapNetworkConnection.java (original)
+++ directory/shared/trunk/ldap/client/api/src/main/java/org/apache/directory/ldap/client/api/LdapNetworkConnection.java Tue Feb  7 02:51:24 2012
@@ -63,7 +63,7 @@ import org.apache.directory.ldap.client.
 import org.apache.directory.ldap.client.api.future.SearchFuture;
 import org.apache.directory.shared.asn1.DecoderException;
 import org.apache.directory.shared.asn1.util.Oid;
-import org.apache.directory.shared.ldap.codec.api.BinaryAttributeDetector;
+import org.apache.directory.shared.ldap.codec.api.DefaultBinaryAttributeDectector;
 import org.apache.directory.shared.ldap.codec.api.LdapApiService;
 import org.apache.directory.shared.ldap.codec.api.LdapApiServiceFactory;
 import org.apache.directory.shared.ldap.codec.api.LdapMessageContainer;
@@ -3600,22 +3600,7 @@ public class LdapNetworkConnection exten
         // Last, store the message container
         LdapMessageContainer<? extends MessageDecorator<Message>> ldapMessageContainer =
             new LdapMessageContainer<MessageDecorator<Message>>(
-                codec,
-                new BinaryAttributeDetector()
-                {
-                    public boolean isBinary( String id )
-                    {
-                        try
-                        {
-                            AttributeType type = schemaManager.lookupAttributeTypeRegistry( id );
-                            return !type.getSyntax().isHumanReadable();
-                        }
-                        catch ( Exception e )
-                        {
-                            return !Strings.isEmpty( id ) && id.endsWith( ";binary" );
-                        }
-                    }
-                } );
+                codec, new DefaultBinaryAttributeDectector( schemaManager ) );
 
         session.setAttribute( "messageContainer", ldapMessageContainer );
     }

Modified: directory/shared/trunk/ldap/codec/core/src/main/java/org/apache/directory/shared/ldap/codec/api/BinaryAttributeDetector.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/codec/core/src/main/java/org/apache/directory/shared/ldap/codec/api/BinaryAttributeDetector.java?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/codec/core/src/main/java/org/apache/directory/shared/ldap/codec/api/BinaryAttributeDetector.java (original)
+++ directory/shared/trunk/ldap/codec/core/src/main/java/org/apache/directory/shared/ldap/codec/api/BinaryAttributeDetector.java Tue Feb  7 02:51:24 2012
@@ -19,6 +19,8 @@
  */
 package org.apache.directory.shared.ldap.codec.api;
 
+import java.util.Set;
+
 
 /**
  * An interface used to abstract the means to detect whether or not an attribute
@@ -33,4 +35,52 @@ public interface BinaryAttributeDetector
      * @return true if the attribute specified is not human readible, false otherwise
      */
     boolean isBinary( String attributeId );
+    
+    
+    /**
+     * Add some binary Attributes Id to the list of attributes
+     * 
+     * @param binaryAttributes The added binary attributes Id
+     */
+    public void addBinaryAttribute( String... binaryAttributes );
+
+    
+    /**
+     * Remove some binary Attributes Id from the list of attributes
+     * 
+     * @param binaryAttributes The binary attributes Id to remove
+     */
+    public void removeBinaryAttribute( String... binaryAttributes );
+
+    
+    /**
+     * Inject a new set of binary attributes that will replace the old one
+     * 
+     * @param binaryAttributes The new set of binary attributes
+     */
+    public void setBinaryAttributes( Set<String> binaryAttributes );
+    
+    
+    /**
+     * Add some binary Syntaxes Id to the list of Syntaxes
+     * 
+     * @param binarySyntaxes The added binary Syntaxes Id
+     */
+    public void addBinarySyntaxes( String... binarySyntaxes );
+
+    
+    /**
+     * Remove some binary Syntaxes Id from the list of Syntaxes
+     * 
+     * @param binarySyntaxes The binary Syntaxes Id to remove
+     */
+    public void removeBinarySyntaxes( String... binarySyntaxes );
+
+    
+    /**
+     * Inject a new set of binary Syntaxes that will replace the old one
+     * 
+     * @param binarySyntaxes The new set of binary Syntaxes
+     */
+    public void setBinarySyntaxes( Set<String> binarySyntaxes );
 }

Added: directory/shared/trunk/ldap/codec/core/src/main/java/org/apache/directory/shared/ldap/codec/api/DefaultBinaryAttributeDectector.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/codec/core/src/main/java/org/apache/directory/shared/ldap/codec/api/DefaultBinaryAttributeDectector.java?rev=1241334&view=auto
==============================================================================
--- directory/shared/trunk/ldap/codec/core/src/main/java/org/apache/directory/shared/ldap/codec/api/DefaultBinaryAttributeDectector.java (added)
+++ directory/shared/trunk/ldap/codec/core/src/main/java/org/apache/directory/shared/ldap/codec/api/DefaultBinaryAttributeDectector.java Tue Feb  7 02:51:24 2012
@@ -0,0 +1,173 @@
+package org.apache.directory.shared.ldap.codec.api;
+
+import java.util.Set;
+
+import org.apache.directory.shared.ldap.model.schema.AttributeType;
+import org.apache.directory.shared.ldap.model.schema.LdapSyntax;
+import org.apache.directory.shared.ldap.model.schema.SchemaManager;
+import org.apache.directory.shared.util.Strings;
+import org.apache.mina.util.ConcurrentHashSet;
+
+public class DefaultBinaryAttributeDectector implements BinaryAttributeDetector
+{
+    private Set<String> binaryAttributes = new ConcurrentHashSet<String>();
+    private Set<String> binarySyntaxes = new ConcurrentHashSet<String>();
+    private SchemaManager schemaManager;
+    
+    
+    public DefaultBinaryAttributeDectector( SchemaManager schemaManager )
+    {
+        this.schemaManager = schemaManager;
+    }
+    
+    
+    /**
+     * {@inheritDoc}
+     */
+    public boolean isBinary( String attributeId )
+    {
+        String attrId = Strings.toLowerCase( attributeId );
+
+        if ( attrId.endsWith( ";binary" ) )
+        {
+            return true;
+        }
+
+        if ( schemaManager != null )
+        {
+            AttributeType attributeType =  schemaManager.getAttributeType( attrId );
+            
+            if ( attributeType == null )
+            {
+                return false;
+            }
+            
+            LdapSyntax ldapSyntax = attributeType.getSyntax();
+            
+            if ( ldapSyntax != null )
+            {
+                if ( !ldapSyntax.isHumanReadable() )
+                {
+                    return true;
+                }
+                else
+                {
+                    
+                }
+                
+                String syntaxId = ldapSyntax.getOid();
+                
+                return ( binarySyntaxes.contains( syntaxId ) );
+            }
+            else
+            {
+            }
+        }
+        else
+        {
+            return binaryAttributes.contains( attrId );
+        }
+        
+        return false;
+    }
+    
+
+    /**
+     * {@inheritDoc}
+     */
+    public void addBinaryAttribute( String... binaryAttributes )
+    {
+        if ( binaryAttributes != null )
+        {
+            for ( String binaryAttribute : binaryAttributes )
+            {
+                String attrId = Strings.toLowerCase( binaryAttribute );
+                this.binaryAttributes.add( attrId );
+            }
+        }
+    }
+    
+
+    /**
+     * {@inheritDoc}
+     */
+    public void removeBinaryAttribute( String... binaryAttributes )
+    {
+        if ( binaryAttributes != null )
+        {
+            for ( String binaryAttribute : binaryAttributes )
+            {
+                String attrId = Strings.toLowerCase( binaryAttribute );
+                this.binaryAttributes.remove( attrId );
+            }
+        }
+    }
+    
+
+    /**
+     * {@inheritDoc}
+     */
+    public void setBinaryAttributes( Set<String> binaryAttributes )
+    {
+        if ( binaryAttributes != null )
+        {
+            this.binaryAttributes.clear();
+            
+            for ( String binaryAttribute : binaryAttributes )
+            {
+                String attrId = Strings.toLowerCase( binaryAttribute );
+                this.binaryAttributes.add( attrId );
+            }
+        }
+    }
+    
+
+    /**
+     * {@inheritDoc}
+     */
+    public void addBinarySyntaxes( String... binarySyntaxes )
+    {
+        if ( binarySyntaxes != null )
+        {
+            for ( String binarySyntax : binarySyntaxes )
+            {
+                String syntaxId = Strings.toLowerCase( binarySyntax );
+                this.binarySyntaxes.add( syntaxId );
+            }
+        }
+    }
+    
+
+    /**
+     * {@inheritDoc}
+     */
+    public void setBinarySyntaxes( Set<String> binarySyntaxes )
+    {
+        if ( binarySyntaxes != null )
+        {
+            this.binarySyntaxes.clear();
+            
+            for ( String binarySyntax : binarySyntaxes )
+            {
+                String syntaxId = Strings.toLowerCase( binarySyntax );
+                this.binarySyntaxes.add( syntaxId );
+            }
+        }
+    }
+    
+
+    /**
+     * {@inheritDoc}
+     */
+    public void removeBinarySyntaxes( String... binarySyntaxes )
+    {
+        if ( binarySyntaxes != null )
+        {
+            for ( String binarySyntax : binarySyntaxes )
+            {
+                String syntaxId = Strings.toLowerCase( binarySyntax );
+                this.binarySyntaxes.remove( syntaxId );
+            }
+        }
+    }
+}

Modified: directory/shared/trunk/ldap/codec/core/src/main/java/org/apache/directory/shared/ldap/codec/api/LdapMessageContainer.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/codec/core/src/main/java/org/apache/directory/shared/ldap/codec/api/LdapMessageContainer.java?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/codec/core/src/main/java/org/apache/directory/shared/ldap/codec/api/LdapMessageContainer.java (original)
+++ directory/shared/trunk/ldap/codec/core/src/main/java/org/apache/directory/shared/ldap/codec/api/LdapMessageContainer.java Tue Feb  7 02:51:24 2012
@@ -6,20 +6,22 @@
  *  to you under the Apache License, Version 2.0 (the
  *  "License"); you may not use this file except in compliance
  *  with the License.  You may obtain a copy of the License at
- *  
+ * 
  *    http://www.apache.org/licenses/LICENSE-2.0
- *  
+ * 
  *  Unless required by applicable law or agreed to in writing,
  *  software distributed under the License is distributed on an
  *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  *  KIND, either express or implied.  See the License for the
  *  specific language governing permissions and limitations
- *  under the License. 
- *  
+ *  under the License.
+ * 
  */
 package org.apache.directory.shared.ldap.codec.api;
 
 
+import java.util.Set;
+
 import org.apache.directory.shared.asn1.ber.AbstractContainer;
 import org.apache.directory.shared.asn1.ber.Asn1Container;
 import org.apache.directory.shared.ldap.codec.LdapMessageGrammar;
@@ -65,6 +67,30 @@ public class LdapMessageContainer<E exte
             {
                 return false;
             }
+
+            public void addBinaryAttribute( String... binaryAttributes )
+            {
+            }
+
+            public void removeBinaryAttribute( String... binaryAttributes )
+            {
+            }
+
+            public void setBinaryAttributes( Set<String> binaryAttributes )
+            {
+            }
+
+            public void addBinarySyntaxes( String... binarySyntaxes )
+            {
+            }
+
+            public void removeBinarySyntaxes( String... binarySyntaxes )
+            {
+            }
+
+            public void setBinarySyntaxes( Set<String> binarySyntaxes )
+            {
+            }
         } );
     }
 

Modified: directory/shared/trunk/ldap/model/src/main/java/org/apache/directory/shared/ldap/model/constants/MetaSchemaConstants.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/model/src/main/java/org/apache/directory/shared/ldap/model/constants/MetaSchemaConstants.java?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/model/src/main/java/org/apache/directory/shared/ldap/model/constants/MetaSchemaConstants.java (original)
+++ directory/shared/trunk/ldap/model/src/main/java/org/apache/directory/shared/ldap/model/constants/MetaSchemaConstants.java Tue Feb  7 02:51:24 2012
@@ -163,8 +163,8 @@ public final class MetaSchemaConstants
     public final static String M_BYTECODE_AT = "m-bytecode";
     public final static String M_BYTECODE_AT_OID = "1.3.6.1.4.1.18060.0.4.0.2.33";
 
-    public final static String X_HUMAN_READABLE_AT = "x-humanReadable";
-    public final static String X_HUMAN_READABLE_AT_OID = "1.3.6.1.4.1.18060.0.4.0.2.34";
+    public final static String X_NOT_HUMAN_READABLE_AT = "x-not-human-readable";
+    public final static String X_NOT_HUMAN_READABLE_AT_OID = "1.3.6.1.4.1.18060.0.4.0.2.34";
 
     public final static String M_DISABLED_AT = "m-disabled";
     public final static String M_DISABLED_AT_OID = "1.3.6.1.4.1.18060.0.4.0.2.37";
@@ -177,7 +177,7 @@ public final class MetaSchemaConstants
 
     // -- schema extensions & values --
     public final static String X_SCHEMA = "X-SCHEMA";
-    public final static String X_IS_HUMAN_READABLE = "X-IS-HUMAN-READABLE";
+    public final static String X_NOT_HUMAN_READABLE = "X-NOT-HUMAN-READABLE";
     public final static String X_READ_ONLY = "X-READ-ONLY";
     public final static String X_ENABLED = "X-ENABLED";
 }

Modified: directory/shared/trunk/ldap/model/src/main/java/org/apache/directory/shared/ldap/model/schema/AttributesFactory.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/model/src/main/java/org/apache/directory/shared/ldap/model/schema/AttributesFactory.java?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/model/src/main/java/org/apache/directory/shared/ldap/model/schema/AttributesFactory.java (original)
+++ directory/shared/trunk/ldap/model/src/main/java/org/apache/directory/shared/ldap/model/schema/AttributesFactory.java Tue Feb  7 02:51:24 2012
@@ -153,7 +153,7 @@ public class AttributesFactory
         Entry entry = new DefaultEntry( schemaManager );
 
         entry.put( SchemaConstants.OBJECT_CLASS_AT, SchemaConstants.TOP_OC, MetaSchemaConstants.META_SYNTAX_OC );
-        entry.put( MetaSchemaConstants.X_HUMAN_READABLE_AT, getBoolean( syntax.isHumanReadable() ) );
+        entry.put( MetaSchemaConstants.X_NOT_HUMAN_READABLE_AT, getBoolean( !syntax.isHumanReadable() ) );
         entry.put( SchemaConstants.CREATORS_NAME_AT, schema.getOwner() );
         entry.put( SchemaConstants.CREATE_TIMESTAMP_AT, DateUtils.getGeneralizedTime() );
         injectCommon( syntax, entry, schemaManager );

Modified: directory/shared/trunk/ldap/model/src/main/java/org/apache/directory/shared/ldap/model/schema/LdapSyntax.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/model/src/main/java/org/apache/directory/shared/ldap/model/schema/LdapSyntax.java?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/model/src/main/java/org/apache/directory/shared/ldap/model/schema/LdapSyntax.java (original)
+++ directory/shared/trunk/ldap/model/src/main/java/org/apache/directory/shared/ldap/model/schema/LdapSyntax.java Tue Feb  7 02:51:24 2012
@@ -6,16 +6,16 @@
  *  to you under the Apache License, Version 2.0 (the
  *  "License"); you may not use this file except in compliance
  *  with the License.  You may obtain a copy of the License at
- *  
+ * 
  *    http://www.apache.org/licenses/LICENSE-2.0
- *  
+ * 
  *  Unless required by applicable law or agreed to in writing,
  *  software distributed under the License is distributed on an
  *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  *  KIND, either express or implied.  See the License for the
  *  specific language governing permissions and limitations
- *  under the License. 
- *  
+ *  under the License.
+ * 
  */
 package org.apache.directory.shared.ldap.model.schema;
 
@@ -41,7 +41,7 @@ import org.apache.directory.shared.ldap.
  * 
  * <pre>
  *  4.1.5. LDAP Syntaxes
- *  
+ * 
  *    LDAP Syntaxes of (attribute and assertion) values are described in
  *    terms of ASN.1 [X.680] and, optionally, have an octet string encoding
  *    known as the LDAP-specific encoding.  Commonly, the LDAP-specific
@@ -76,6 +76,9 @@ public class LdapSyntax extends Abstract
 {
     /** the human readable flag */
     protected boolean isHumanReadable = false;
+    
+    /** A flag set to true if the Syntax has a X-NOT-HUMAN-READABLE extension */
+    private boolean hasHumanReadableFlag = false;
 
     /** The associated SyntaxChecker */
     protected SyntaxChecker syntaxChecker;
@@ -245,7 +248,7 @@ public class LdapSyntax extends Abstract
         if ( registries != null )
         {
             /**
-             * Remove the Syntax references (using and usedBy) : 
+             * Remove the Syntax references (using and usedBy) :
              * S -> SC
              */
             if ( syntaxChecker != null )

Modified: directory/shared/trunk/ldap/model/src/main/java/org/apache/directory/shared/ldap/model/schema/SchemaUtils.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/model/src/main/java/org/apache/directory/shared/ldap/model/schema/SchemaUtils.java?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/model/src/main/java/org/apache/directory/shared/ldap/model/schema/SchemaUtils.java (original)
+++ directory/shared/trunk/ldap/model/src/main/java/org/apache/directory/shared/ldap/model/schema/SchemaUtils.java Tue Feb  7 02:51:24 2012
@@ -6,16 +6,16 @@
  *  to you under the Apache License, Version 2.0 (the
  *  "License"); you may not use this file except in compliance
  *  with the License.  You may obtain a copy of the License at
- *  
+ * 
  *    http://www.apache.org/licenses/LICENSE-2.0
- *  
+ * 
  *  Unless required by applicable law or agreed to in writing,
  *  software distributed under the License is distributed on an
  *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  *  KIND, either express or implied.  See the License for the
  *  specific language governing permissions and limitations
- *  under the License. 
- *  
+ *  under the License.
+ * 
  */
 package org.apache.directory.shared.ldap.model.schema;
 
@@ -52,7 +52,7 @@ public final class SchemaUtils
 
 
     /**
-     * Gets the target entry as it would look after a modification operation 
+     * Gets the target entry as it would look after a modification operation
      * were performed on it.
      * 
      * @param mods the modifications performed on the entry
@@ -835,11 +835,11 @@ public final class SchemaUtils
 
         if ( syntax.isHumanReadable() )
         {
-            buf.append( "' X-IS-HUMAN-READABLE 'true'" );
+            buf.append( "' X-NOT-HUMAN-READABLE 'false'" );
         }
         else
         {
-            buf.append( "' X-IS-HUMAN-READABLE 'false'" );
+            buf.append( "' X-NOT-HUMAN-READABLE 'true'" );
         }
 
         // @todo extensions are not presently supported and skipped
@@ -975,7 +975,7 @@ public final class SchemaUtils
      * NOT FULLY IMPLEMENTED!
      */
     @SuppressWarnings("PMD.UnusedLocalVariable")
-    // Remove me when the TODO is fixed 
+    // Remove me when the TODO is fixed
     public static StringBuffer render( DITStructureRule dsr )
     {
         StringBuffer buf = new StringBuffer();

Modified: directory/shared/trunk/ldap/model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/parser/LdapSyntaxDescriptionSchemaParserTest.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/parser/LdapSyntaxDescriptionSchemaParserTest.java?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/parser/LdapSyntaxDescriptionSchemaParserTest.java (original)
+++ directory/shared/trunk/ldap/model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/parser/LdapSyntaxDescriptionSchemaParserTest.java Tue Feb  7 02:51:24 2012
@@ -6,16 +6,16 @@
  *  to you under the Apache License, Version 2.0 (the
  *  "License"); you may not use this file except in compliance
  *  with the License.  You may obtain a copy of the License at
- *  
+ * 
  *    http://www.apache.org/licenses/LICENSE-2.0
- *  
+ * 
  *  Unless required by applicable law or agreed to in writing,
  *  software distributed under the License is distributed on an
  *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  *  KIND, either express or implied.  See the License for the
  *  specific language governing permissions and limitations
- *  under the License. 
- *  
+ *  under the License.
+ * 
  */
 package org.apache.directory.shared.ldap.model.schema.syntaxes.parser;
 
@@ -179,11 +179,11 @@ public class LdapSyntaxDescriptionSchema
     @Test
     public void testSyntaxWithExtensions() throws ParseException
     {
-        String substrate = "( 1.3.6.1.4.1.18060.0.4.0.2.10000 DESC 'bogus description' X-SCHEMA 'blah' X-IS-HUMAN-READABLE 'true' )";
+        String substrate = "( 1.3.6.1.4.1.18060.0.4.0.2.10000 DESC 'bogus description' X-SCHEMA 'blah' X-NOT-HUMAN-READABLE 'false' )";
         LdapSyntax ldapSyntax = parser.parseLdapSyntaxDescription( substrate );
         assertEquals( "1.3.6.1.4.1.18060.0.4.0.2.10000", ldapSyntax.getOid() );
         assertEquals( "bogus description", ldapSyntax.getDescription() );
-        assertNotNull( ldapSyntax.getExtensions().get( "X-IS-HUMAN-READABLE" ) );
+        assertNotNull( ldapSyntax.getExtensions().get( "X-NOT-HUMAN-READABLE" ) );
         assertEquals( substrate, ldapSyntax.getSpecification() );
     }
 

Modified: directory/shared/trunk/ldap/model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/parser/SchemaParserTestUtils.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/parser/SchemaParserTestUtils.java?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/parser/SchemaParserTestUtils.java (original)
+++ directory/shared/trunk/ldap/model/src/test/java/org/apache/directory/shared/ldap/model/schema/syntaxes/parser/SchemaParserTestUtils.java Tue Feb  7 02:51:24 2012
@@ -6,16 +6,16 @@
  *  to you under the Apache License, Version 2.0 (the
  *  "License"); you may not use this file except in compliance
  *  with the License.  You may obtain a copy of the License at
- *  
+ * 
  *    http://www.apache.org/licenses/LICENSE-2.0
- *  
+ * 
  *  Unless required by applicable law or agreed to in writing,
  *  software distributed under the License is distributed on an
  *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  *  KIND, either express or implied.  See the License for the
  *  specific language governing permissions and limitations
- *  under the License. 
- *  
+ *  under the License.
+ * 
  */
 package org.apache.directory.shared.ldap.model.schema.syntaxes.parser;
 
@@ -552,12 +552,12 @@ public class SchemaParserTestUtils
         asd = parser.parse( value );
         assertTrue( asd.isObsolete() );
 
-        // obsolete 
+        // obsolete
         value = "(" + oid + " " + required + " OBSOLETE)";
         asd = parser.parse( value );
         assertTrue( asd.isObsolete() );
 
-        // lowercased obsolete 
+        // lowercased obsolete
         value = "(" + oid + " " + required + " obsolete)";
         asd = parser.parse( value );
         assertTrue( asd.isObsolete() );

Modified: directory/shared/trunk/ldap/schema/data/src/main/java/org/apache/directory/shared/ldap/schemaloader/SchemaEntityFactory.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/src/main/java/org/apache/directory/shared/ldap/schemaloader/SchemaEntityFactory.java?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/src/main/java/org/apache/directory/shared/ldap/schemaloader/SchemaEntityFactory.java (original)
+++ directory/shared/trunk/ldap/schema/data/src/main/java/org/apache/directory/shared/ldap/schemaloader/SchemaEntityFactory.java Tue Feb  7 02:51:24 2012
@@ -6,16 +6,16 @@
  *  to you under the Apache License, Version 2.0 (the
  *  "License"); you may not use this file except in compliance
  *  with the License.  You may obtain a copy of the License at
- *  
+ * 
  *    http://www.apache.org/licenses/LICENSE-2.0
- *  
+ * 
  *  Unless required by applicable law or agreed to in writing,
  *  software distributed under the License is distributed on an
  *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  *  KIND, either express or implied.  See the License for the
  *  specific language governing permissions and limitations
- *  under the License. 
- *  
+ *  under the License.
+ * 
  */
 package org.apache.directory.shared.ldap.schemaloader;
 
@@ -95,7 +95,7 @@ public class SchemaEntityFactory impleme
 
 
     /**
-     * Get an OID from an entry. Handles the bad cases (null OID, 
+     * Get an OID from an entry. Handles the bad cases (null OID,
      * not a valid OID, ...)
      */
     private String getOid( Entry entry, String objectType ) throws LdapInvalidAttributeValueException
@@ -124,7 +124,7 @@ public class SchemaEntityFactory impleme
 
 
     /**
-     * Get an OID from an entry. Handles the bad cases (null OID, 
+     * Get an OID from an entry. Handles the bad cases (null OID,
      * not a valid OID, ...)
      */
     private String getOid( SchemaObject description, String objectType ) throws LdapInvalidAttributeValueException
@@ -670,8 +670,8 @@ public class SchemaEntityFactory impleme
 
     /**
      * {@inheritDoc}
-     * @throws LdapInvalidAttributeValueException 
-     * @throws LdapUnwillingToPerformException 
+     * @throws LdapInvalidAttributeValueException
+     * @throws LdapUnwillingToPerformException
      */
     public LdapSyntax getSyntax( SchemaManager schemaManager, Entry entry, Registries targetRegistries,
         String schemaName ) throws LdapInvalidAttributeValueException, LdapUnwillingToPerformException
@@ -704,12 +704,12 @@ public class SchemaEntityFactory impleme
         LdapSyntax syntax = new LdapSyntax( oid );
 
         // The isHumanReadable field
-        Attribute mHumanReadable = entry.get( MetaSchemaConstants.X_HUMAN_READABLE_AT );
+        Attribute mHumanReadable = entry.get( MetaSchemaConstants.X_NOT_HUMAN_READABLE_AT );
 
         if ( mHumanReadable != null )
         {
             String val = mHumanReadable.getString();
-            syntax.setHumanReadable( val.toUpperCase().equals( "TRUE" ) );
+            syntax.setHumanReadable( val.toUpperCase().equals( "FALSE" ) );
         }
 
         // Common properties
@@ -721,8 +721,8 @@ public class SchemaEntityFactory impleme
 
     /**
      * {@inheritDoc}
-     * @throws LdapUnwillingToPerformException 
-     * @throws LdapInvalidAttributeValueException 
+     * @throws LdapUnwillingToPerformException
+     * @throws LdapInvalidAttributeValueException
      */
     public MatchingRule getMatchingRule( SchemaManager schemaManager, Entry entry, Registries targetRegistries,
         String schemaName ) throws LdapUnwillingToPerformException, LdapInvalidAttributeValueException
@@ -762,7 +762,7 @@ public class SchemaEntityFactory impleme
         }
 
         // The normalizer and comparator fields will be updated when we will
-        // apply the registry 
+        // apply the registry
 
         // Common properties
         setSchemaObjectProperties( matchingRule, entry, schema );
@@ -867,8 +867,8 @@ public class SchemaEntityFactory impleme
 
     /**
      * {@inheritDoc}
-     * @throws LdapInvalidAttributeValueException 
-     * @throws LdapUnwillingToPerformException 
+     * @throws LdapInvalidAttributeValueException
+     * @throws LdapUnwillingToPerformException
      */
     public AttributeType getAttributeType( SchemaManager schemaManager, Entry entry, Registries targetRegistries,
         String schemaName ) throws LdapInvalidAttributeValueException, LdapUnwillingToPerformException
@@ -992,7 +992,7 @@ public class SchemaEntityFactory impleme
 
     /**
      * Process the FQCN attribute
-     * @throws LdapInvalidAttributeValueException 
+     * @throws LdapInvalidAttributeValueException
      */
     private String getFqcn( Entry entry, String objectType ) throws LdapInvalidAttributeValueException
     {
@@ -1128,7 +1128,7 @@ public class SchemaEntityFactory impleme
         
         if ( mSpecification != null )
         {
-            so.setSpecification( mSpecification.getString() ); 
+            so.setSpecification( mSpecification.getString() );
         }
         */
 
@@ -1177,7 +1177,7 @@ public class SchemaEntityFactory impleme
         // The names field
         schemaObject.setNames( description.getNames() );
 
-        // The isEnabled field. Has the description does not hold a 
+        // The isEnabled field. Has the description does not hold a
         // Disable field, we will inherit from the schema enable field
         schemaObject.setEnabled( schema.isEnabled() );
 

Modified: directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=adsconfig/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.1.0.10.ldif
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou%3Dschema/cn%3Dadsconfig/ou%3Dsyntaxes/m-oid%3D1.3.6.1.4.1.18060.0.4.1.0.10.ldif?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=adsconfig/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.1.0.10.ldif (original)
+++ directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=adsconfig/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.1.0.10.ldif Tue Feb  7 02:51:24 2012
@@ -5,9 +5,9 @@ objectclass: metaTop
 objectclass: metaSyntax
 m-oid: 1.3.6.1.4.1.18060.0.4.1.0.10
 m-description: Search Scope
-x-humanreadable: TRUE
 m-obsolete: FALSE
+x-not-human-readable: FALSE
 entrycsn: 20100111202214.878000Z#000000#000#000000
-creatorsname: 0.9.2342.19200300.100.1.1=admin,2.5.4.11=system
+creatorsname: uid=admin,ou=system
 createtimestamp: 20100111145217Z
 

Modified: directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=adsconfig/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.1.0.11.ldif
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou%3Dschema/cn%3Dadsconfig/ou%3Dsyntaxes/m-oid%3D1.3.6.1.4.1.18060.0.4.1.0.11.ldif?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=adsconfig/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.1.0.11.ldif (original)
+++ directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=adsconfig/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.1.0.11.ldif Tue Feb  7 02:51:24 2012
@@ -5,9 +5,9 @@ objectclass: metaTop
 objectclass: metaSyntax
 m-oid: 1.3.6.1.4.1.18060.0.4.1.0.11
 m-description: Deref Alias
-x-humanreadable: TRUE
 m-obsolete: FALSE
+x-not-human-readable: FALSE
 entrycsn: 20100111202214.878000Z#000000#000#000000
-creatorsname: 0.9.2342.19200300.100.1.1=admin,2.5.4.11=system
+creatorsname: uid=admin,ou=system
 createtimestamp: 20100111145217Z
 

Modified: directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apache/ou=syntaxes/m-oid=1.3.6.1.1.16.1.ldif
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou%3Dschema/cn%3Dapache/ou%3Dsyntaxes/m-oid%3D1.3.6.1.1.16.1.ldif?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apache/ou=syntaxes/m-oid=1.3.6.1.1.16.1.ldif (original)
+++ directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apache/ou=syntaxes/m-oid=1.3.6.1.1.16.1.ldif Tue Feb  7 02:51:24 2012
@@ -1,10 +1,12 @@
 version: 1
 dn: m-oid=1.3.6.1.1.16.1,ou=syntaxes,cn=apache,ou=schema
-x-humanreadable: TRUE
+objectclass: top
+objectclass: metaTop
+objectclass: metaSyntax
 m-oid: 1.3.6.1.1.16.1
-m-obsolete: FALSE
 m-description: UUID
-objectclass: metaSyntax
-objectclass: metaTop
-objectclass: top
+m-obsolete: FALSE
+x-not-human-readable: FALSE
+entrycsn: 20100111202214.878000Z#000000#000#000000
 creatorsname: uid=admin,ou=system
+createtimestamp: 20100111145217Z

Modified: directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apache/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.1.0.0.ldif
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou%3Dschema/cn%3Dapache/ou%3Dsyntaxes/m-oid%3D1.3.6.1.4.1.18060.0.4.1.0.0.ldif?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apache/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.1.0.0.ldif (original)
+++ directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apache/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.1.0.0.ldif Tue Feb  7 02:51:24 2012
@@ -1,10 +1,12 @@
 version: 1
 dn: m-oid=1.3.6.1.4.1.18060.0.4.1.0.0,ou=syntaxes,cn=apache,ou=schema
-x-humanreadable: TRUE
+objectclass: top
+objectclass: metaTop
+objectclass: metaSyntax
 m-oid: 1.3.6.1.4.1.18060.0.4.1.0.0
-m-obsolete: FALSE
 m-description: Java Byte
-objectclass: metaSyntax
-objectclass: metaTop
-objectclass: top
+m-obsolete: FALSE
+x-not-human-readable: FALSE
+entrycsn: 20100111202214.878000Z#000000#000#000000
 creatorsname: uid=admin,ou=system
+createtimestamp: 20100111145217Z

Modified: directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apache/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.1.0.2.ldif
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou%3Dschema/cn%3Dapache/ou%3Dsyntaxes/m-oid%3D1.3.6.1.4.1.18060.0.4.1.0.2.ldif?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apache/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.1.0.2.ldif (original)
+++ directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apache/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.1.0.2.ldif Tue Feb  7 02:51:24 2012
@@ -1,10 +1,12 @@
 version: 1
 dn: m-oid=1.3.6.1.4.1.18060.0.4.1.0.2,ou=syntaxes,cn=apache,ou=schema
-x-humanreadable: TRUE
+objectclass: top
+objectclass: metaTop
+objectclass: metaSyntax
 m-oid: 1.3.6.1.4.1.18060.0.4.1.0.2
-m-obsolete: FALSE
 m-description: Java Short
-objectclass: metaSyntax
-objectclass: metaTop
-objectclass: top
+m-obsolete: FALSE
+x-not-human-readable: FALSE
+entrycsn: 20100111202214.878000Z#000000#000#000000
 creatorsname: uid=admin,ou=system
+createtimestamp: 20100111145217Z

Modified: directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apache/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.1.0.3.ldif
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou%3Dschema/cn%3Dapache/ou%3Dsyntaxes/m-oid%3D1.3.6.1.4.1.18060.0.4.1.0.3.ldif?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apache/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.1.0.3.ldif (original)
+++ directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apache/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.1.0.3.ldif Tue Feb  7 02:51:24 2012
@@ -1,10 +1,12 @@
 version: 1
 dn: m-oid=1.3.6.1.4.1.18060.0.4.1.0.3,ou=syntaxes,cn=apache,ou=schema
-x-humanreadable: TRUE
+objectclass: top
+objectclass: metaTop
+objectclass: metaSyntax
 m-oid: 1.3.6.1.4.1.18060.0.4.1.0.3
-m-obsolete: FALSE
 m-description: Java Long
-objectclass: metaSyntax
-objectclass: metaTop
-objectclass: top
+m-obsolete: FALSE
+x-not-human-readable: FALSE
+entrycsn: 20100111202214.878000Z#000000#000#000000
 creatorsname: uid=admin,ou=system
+createtimestamp: 20100111145217Z

Modified: directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apache/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.1.0.4.ldif
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou%3Dschema/cn%3Dapache/ou%3Dsyntaxes/m-oid%3D1.3.6.1.4.1.18060.0.4.1.0.4.ldif?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apache/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.1.0.4.ldif (original)
+++ directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apache/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.1.0.4.ldif Tue Feb  7 02:51:24 2012
@@ -1,10 +1,12 @@
 version: 1
 dn: m-oid=1.3.6.1.4.1.18060.0.4.1.0.4,ou=syntaxes,cn=apache,ou=schema
-x-humanreadable: TRUE
+objectclass: top
+objectclass: metaTop
+objectclass: metaSyntax
 m-oid: 1.3.6.1.4.1.18060.0.4.1.0.4
-m-obsolete: FALSE
 m-description: Java Int
-objectclass: metaSyntax
-objectclass: metaTop
-objectclass: top
+m-obsolete: FALSE
+x-not-human-readable: FALSE
+entrycsn: 20100111202214.878000Z#000000#000#000000
 creatorsname: uid=admin,ou=system
+createtimestamp: 20100111145217Z

Modified: directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apache/ou=syntaxes/m-oid=1.3.6.1.4.1.4203.666.11.2.1.ldif
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou%3Dschema/cn%3Dapache/ou%3Dsyntaxes/m-oid%3D1.3.6.1.4.1.4203.666.11.2.1.ldif?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apache/ou=syntaxes/m-oid=1.3.6.1.4.1.4203.666.11.2.1.ldif (original)
+++ directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apache/ou=syntaxes/m-oid=1.3.6.1.4.1.4203.666.11.2.1.ldif Tue Feb  7 02:51:24 2012
@@ -1,10 +1,12 @@
 version: 1
 dn: m-oid=1.3.6.1.4.1.4203.666.11.2.1,ou=syntaxes,cn=apache,ou=schema
-x-humanreadable: TRUE
+objectclass: top
+objectclass: metaTop
+objectclass: metaSyntax
 m-oid: 1.3.6.1.4.1.4203.666.11.2.1
-m-obsolete: FALSE
 m-description: CSN
-objectclass: metaSyntax
-objectclass: metaTop
-objectclass: top
+m-obsolete: FALSE
+x-not-human-readable: FALSE
+entrycsn: 20100111202214.878000Z#000000#000#000000
 creatorsname: uid=admin,ou=system
+createtimestamp: 20100111145217Z

Modified: directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apache/ou=syntaxes/m-oid=1.3.6.1.4.1.4203.666.11.2.4.ldif
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou%3Dschema/cn%3Dapache/ou%3Dsyntaxes/m-oid%3D1.3.6.1.4.1.4203.666.11.2.4.ldif?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apache/ou=syntaxes/m-oid=1.3.6.1.4.1.4203.666.11.2.4.ldif (original)
+++ directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apache/ou=syntaxes/m-oid=1.3.6.1.4.1.4203.666.11.2.4.ldif Tue Feb  7 02:51:24 2012
@@ -1,10 +1,12 @@
 version: 1
 dn: m-oid=1.3.6.1.4.1.4203.666.11.2.4,ou=syntaxes,cn=apache,ou=schema
-x-humanreadable: TRUE
+objectclass: top
+objectclass: metaTop
+objectclass: metaSyntax
 m-oid: 1.3.6.1.4.1.4203.666.11.2.4
-m-obsolete: FALSE
 m-description: CSN SID
-objectclass: metaSyntax
-objectclass: metaTop
-objectclass: top
+m-obsolete: FALSE
+x-not-human-readable: FALSE
+entrycsn: 20100111202214.878000Z#000000#000#000000
 creatorsname: uid=admin,ou=system
+createtimestamp: 20100111145217Z

Modified: directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apachemeta/ou=attributetypes/m-oid=1.3.6.1.4.1.18060.0.4.0.2.34.ldif
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou%3Dschema/cn%3Dapachemeta/ou%3Dattributetypes/m-oid%3D1.3.6.1.4.1.18060.0.4.0.2.34.ldif?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apachemeta/ou=attributetypes/m-oid=1.3.6.1.4.1.18060.0.4.0.2.34.ldif (original)
+++ directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apachemeta/ou=attributetypes/m-oid=1.3.6.1.4.1.18060.0.4.0.2.34.ldif Tue Feb  7 02:51:24 2012
@@ -11,6 +11,6 @@ objectclass: metaTop
 objectclass: top
 m-syntax: 1.3.6.1.4.1.1466.115.121.1.7
 m-usage: USER_APPLICATIONS
-m-name: x-humanReadable
+m-name: x-not-human-readable
 creatorsname: uid=admin,ou=system
 m-equality: booleanMatch

Modified: directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apachemeta/ou=objectclasses/m-oid=1.3.6.1.4.1.18060.0.4.0.3.4.ldif
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou%3Dschema/cn%3Dapachemeta/ou%3Dobjectclasses/m-oid%3D1.3.6.1.4.1.18060.0.4.0.3.4.ldif?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apachemeta/ou=objectclasses/m-oid=1.3.6.1.4.1.18060.0.4.0.3.4.ldif (original)
+++ directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apachemeta/ou=objectclasses/m-oid=1.3.6.1.4.1.18060.0.4.0.3.4.ldif Tue Feb  7 02:51:24 2012
@@ -10,5 +10,5 @@ objectclass: top
 m-name: metaSyntax
 m-typeobjectclass: STRUCTURAL
 creatorsname: uid=admin,ou=system
-m-may: x-humanReadable
+m-may: x-not-human-readable
 m-may: m-obsolete

Modified: directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apachemeta/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.0.0.0.ldif
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou%3Dschema/cn%3Dapachemeta/ou%3Dsyntaxes/m-oid%3D1.3.6.1.4.1.18060.0.4.0.0.0.ldif?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apachemeta/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.0.0.0.ldif (original)
+++ directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apachemeta/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.0.0.0.ldif Tue Feb  7 02:51:24 2012
@@ -1,10 +1,12 @@
 version: 1
 dn: m-oid=1.3.6.1.4.1.18060.0.4.0.0.0,ou=syntaxes,cn=apachemeta,ou=schema
-x-humanreadable: TRUE
+objectclass: top
+objectclass: metaTop
+objectclass: metaSyntax
 m-oid: 1.3.6.1.4.1.18060.0.4.0.0.0
-m-obsolete: FALSE
 m-description: Numeric IDs Or Names
-objectclass: metaSyntax
-objectclass: metaTop
-objectclass: top
+m-obsolete: FALSE
+x-not-human-readable: FALSE
+entrycsn: 20100111202214.878000Z#000000#000#000000
 creatorsname: uid=admin,ou=system
+createtimestamp: 20100111145217Z
\ No newline at end of file

Modified: directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apachemeta/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.0.0.1.ldif
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou%3Dschema/cn%3Dapachemeta/ou%3Dsyntaxes/m-oid%3D1.3.6.1.4.1.18060.0.4.0.0.1.ldif?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apachemeta/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.0.0.1.ldif (original)
+++ directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apachemeta/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.0.0.1.ldif Tue Feb  7 02:51:24 2012
@@ -1,10 +1,12 @@
 version: 1
 dn: m-oid=1.3.6.1.4.1.18060.0.4.0.0.1,ou=syntaxes,cn=apachemeta,ou=schema
-x-humanreadable: TRUE
+objectclass: top
+objectclass: metaTop
+objectclass: metaSyntax
 m-oid: 1.3.6.1.4.1.18060.0.4.0.0.1
-m-obsolete: FALSE
 m-description: Object Class Type
-objectclass: metaSyntax
-objectclass: metaTop
-objectclass: top
+m-obsolete: FALSE
+x-not-human-readable: FALSE
+entrycsn: 20100111202214.878000Z#000000#000#000000
 creatorsname: uid=admin,ou=system
+createtimestamp: 20100111145217Z
\ No newline at end of file

Modified: directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apachemeta/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.0.0.2.ldif
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou%3Dschema/cn%3Dapachemeta/ou%3Dsyntaxes/m-oid%3D1.3.6.1.4.1.18060.0.4.0.0.2.ldif?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apachemeta/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.0.0.2.ldif (original)
+++ directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apachemeta/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.0.0.2.ldif Tue Feb  7 02:51:24 2012
@@ -1,10 +1,12 @@
 version: 1
 dn: m-oid=1.3.6.1.4.1.18060.0.4.0.0.2,ou=syntaxes,cn=apachemeta,ou=schema
-x-humanreadable: TRUE
+objectclass: top
+objectclass: metaTop
+objectclass: metaSyntax
 m-oid: 1.3.6.1.4.1.18060.0.4.0.0.2
-m-obsolete: FALSE
 m-description: Numeric OID
-objectclass: metaSyntax
-objectclass: metaTop
-objectclass: top
+m-obsolete: FALSE
+x-not-human-readable: FALSE
+entrycsn: 20100111202214.878000Z#000000#000#000000
 creatorsname: uid=admin,ou=system
+createtimestamp: 20100111145217Z
\ No newline at end of file

Modified: directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apachemeta/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.0.0.4.ldif
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou%3Dschema/cn%3Dapachemeta/ou%3Dsyntaxes/m-oid%3D1.3.6.1.4.1.18060.0.4.0.0.4.ldif?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apachemeta/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.0.0.4.ldif (original)
+++ directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apachemeta/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.0.0.4.ldif Tue Feb  7 02:51:24 2012
@@ -1,10 +1,12 @@
 version: 1
 dn: m-oid=1.3.6.1.4.1.18060.0.4.0.0.4,ou=syntaxes,cn=apachemeta,ou=schema
-x-humanreadable: TRUE
+objectclass: top
+objectclass: metaTop
+objectclass: metaSyntax
 m-oid: 1.3.6.1.4.1.18060.0.4.0.0.4
-m-obsolete: FALSE
 m-description: Numeric String
-objectclass: metaSyntax
-objectclass: metaTop
-objectclass: top
+m-obsolete: FALSE
+x-not-human-readable: FALSE
+entrycsn: 20100111202214.878000Z#000000#000#000000
 creatorsname: uid=admin,ou=system
+createtimestamp: 20100111145217Z
\ No newline at end of file

Modified: directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apachemeta/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.0.0.6.ldif
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou%3Dschema/cn%3Dapachemeta/ou%3Dsyntaxes/m-oid%3D1.3.6.1.4.1.18060.0.4.0.0.6.ldif?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apachemeta/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.0.0.6.ldif (original)
+++ directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=apachemeta/ou=syntaxes/m-oid=1.3.6.1.4.1.18060.0.4.0.0.6.ldif Tue Feb  7 02:51:24 2012
@@ -1,10 +1,12 @@
 version: 1
 dn: m-oid=1.3.6.1.4.1.18060.0.4.0.0.6,ou=syntaxes,cn=apachemeta,ou=schema
-x-humanreadable: TRUE
+objectclass: top
+objectclass: metaTop
+objectclass: metaSyntax
 m-oid: 1.3.6.1.4.1.18060.0.4.0.0.6
-m-obsolete: FALSE
 m-description: Object Name
-objectclass: metaSyntax
-objectclass: metaTop
-objectclass: top
+m-obsolete: FALSE
+x-not-human-readable: FALSE
+entrycsn: 20100111202214.878000Z#000000#000#000000
 creatorsname: uid=admin,ou=system
+createtimestamp: 20100111145217Z
\ No newline at end of file

Modified: directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=nis/ou=syntaxes/m-oid=1.3.6.1.1.1.0.0.ldif
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou%3Dschema/cn%3Dnis/ou%3Dsyntaxes/m-oid%3D1.3.6.1.1.1.0.0.ldif?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=nis/ou=syntaxes/m-oid=1.3.6.1.1.1.0.0.ldif (original)
+++ directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=nis/ou=syntaxes/m-oid=1.3.6.1.1.1.0.0.ldif Tue Feb  7 02:51:24 2012
@@ -1,11 +1,13 @@
 version: 1
 dn: m-oid=1.3.6.1.1.1.0.0,ou=syntaxes,cn=nis,ou=schema
-x-humanreadable: TRUE
+objectclass: top
+objectclass: metaTop
+objectclass: metaSyntax
 m-oid: 1.3.6.1.1.1.0.0
-m-obsolete: FALSE
 m-description: RFC2307 NIS Netgroup Triple
 m-description: NIS Netgroup Triple
-objectclass: metaSyntax
-objectclass: metaTop
-objectclass: top
+m-obsolete: FALSE
+x-not-human-readable: FALSE
+entrycsn: 20100111202214.878000Z#000000#000#000000
 creatorsname: uid=admin,ou=system
+createtimestamp: 20100111145217Z
\ No newline at end of file

Modified: directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=nis/ou=syntaxes/m-oid=1.3.6.1.1.1.0.1.ldif
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou%3Dschema/cn%3Dnis/ou%3Dsyntaxes/m-oid%3D1.3.6.1.1.1.0.1.ldif?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=nis/ou=syntaxes/m-oid=1.3.6.1.1.1.0.1.ldif (original)
+++ directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=nis/ou=syntaxes/m-oid=1.3.6.1.1.1.0.1.ldif Tue Feb  7 02:51:24 2012
@@ -1,10 +1,12 @@
 version: 1
 dn: m-oid=1.3.6.1.1.1.0.1,ou=syntaxes,cn=nis,ou=schema
-x-humanreadable: TRUE
+objectclass: top
+objectclass: metaTop
+objectclass: metaSyntax
 m-oid: 1.3.6.1.1.1.0.1
-m-obsolete: FALSE
 m-description: NIS Boot Parameter
-objectclass: metaSyntax
-objectclass: metaTop
-objectclass: top
+m-obsolete: FALSE
+x-not-human-readable: FALSE
+entrycsn: 20100111202214.878000Z#000000#000#000000
 creatorsname: uid=admin,ou=system
+createtimestamp: 20100111145217Z
\ No newline at end of file

Modified: directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.1.ldif
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou%3Dschema/cn%3Dsystem/ou%3Dsyntaxes/m-oid%3D1.3.6.1.4.1.1466.115.121.1.1.ldif?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.1.ldif (original)
+++ directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.1.ldif Tue Feb  7 02:51:24 2012
@@ -1,10 +1,12 @@
 version: 1
 dn: m-oid=1.3.6.1.4.1.1466.115.121.1.1,ou=syntaxes,cn=system,ou=schema
-x-humanreadable: TRUE
+objectclass: top
+objectclass: metaTop
+objectclass: metaSyntax
 m-oid: 1.3.6.1.4.1.1466.115.121.1.1
-m-obsolete: FALSE
 m-description: ACI Item
-objectclass: metaSyntax
-objectclass: metaTop
-objectclass: top
+m-obsolete: FALSE
+x-not-human-readable: FALSE
+entrycsn: 20100111202214.878000Z#000000#000#000000
 creatorsname: uid=admin,ou=system
+createtimestamp: 20100111145217Z
\ No newline at end of file

Modified: directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.10.ldif
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou%3Dschema/cn%3Dsystem/ou%3Dsyntaxes/m-oid%3D1.3.6.1.4.1.1466.115.121.1.10.ldif?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.10.ldif (original)
+++ directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.10.ldif Tue Feb  7 02:51:24 2012
@@ -1,10 +1,12 @@
 version: 1
 dn: m-oid=1.3.6.1.4.1.1466.115.121.1.10,ou=syntaxes,cn=system,ou=schema
-x-humanreadable: FALSE
+objectclass: top
+objectclass: metaTop
+objectclass: metaSyntax
 m-oid: 1.3.6.1.4.1.1466.115.121.1.10
-m-obsolete: FALSE
 m-description: Certificate Pair
-objectclass: metaSyntax
-objectclass: metaTop
-objectclass: top
+m-obsolete: FALSE
+x-not-human-readable: TRUE
+entrycsn: 20100111202214.878000Z#000000#000#000000
 creatorsname: uid=admin,ou=system
+createtimestamp: 20100111145217Z
\ No newline at end of file

Modified: directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.11.ldif
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou%3Dschema/cn%3Dsystem/ou%3Dsyntaxes/m-oid%3D1.3.6.1.4.1.1466.115.121.1.11.ldif?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.11.ldif (original)
+++ directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.11.ldif Tue Feb  7 02:51:24 2012
@@ -1,10 +1,12 @@
 version: 1
 dn: m-oid=1.3.6.1.4.1.1466.115.121.1.11,ou=syntaxes,cn=system,ou=schema
-x-humanreadable: TRUE
+objectclass: top
+objectclass: metaTop
+objectclass: metaSyntax
 m-oid: 1.3.6.1.4.1.1466.115.121.1.11
-m-obsolete: FALSE
 m-description: Country String
-objectclass: metaSyntax
-objectclass: metaTop
-objectclass: top
+m-obsolete: FALSE
+x-not-human-readable: FALSE
+entrycsn: 20100111202214.878000Z#000000#000#000000
 creatorsname: uid=admin,ou=system
+createtimestamp: 20100111145217Z
\ No newline at end of file

Modified: directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.12.ldif
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou%3Dschema/cn%3Dsystem/ou%3Dsyntaxes/m-oid%3D1.3.6.1.4.1.1466.115.121.1.12.ldif?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.12.ldif (original)
+++ directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.12.ldif Tue Feb  7 02:51:24 2012
@@ -1,10 +1,12 @@
 version: 1
 dn: m-oid=1.3.6.1.4.1.1466.115.121.1.12,ou=syntaxes,cn=system,ou=schema
-x-humanreadable: TRUE
+objectclass: top
+objectclass: metaTop
+objectclass: metaSyntax
 m-oid: 1.3.6.1.4.1.1466.115.121.1.12
-m-obsolete: FALSE
 m-description: DN
-objectclass: metaSyntax
-objectclass: metaTop
-objectclass: top
+m-obsolete: FALSE
+x-not-human-readable: FALSE
+entrycsn: 20100111202214.878000Z#000000#000#000000
 creatorsname: uid=admin,ou=system
+createtimestamp: 20100111145217Z
\ No newline at end of file

Modified: directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.13.ldif
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou%3Dschema/cn%3Dsystem/ou%3Dsyntaxes/m-oid%3D1.3.6.1.4.1.1466.115.121.1.13.ldif?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.13.ldif (original)
+++ directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.13.ldif Tue Feb  7 02:51:24 2012
@@ -1,10 +1,12 @@
 version: 1
 dn: m-oid=1.3.6.1.4.1.1466.115.121.1.13,ou=syntaxes,cn=system,ou=schema
-x-humanreadable: TRUE
+objectclass: top
+objectclass: metaTop
+objectclass: metaSyntax
 m-oid: 1.3.6.1.4.1.1466.115.121.1.13
-m-obsolete: FALSE
 m-description: Data Quality Syntax
-objectclass: metaSyntax
-objectclass: metaTop
-objectclass: top
+m-obsolete: FALSE
+x-not-human-readable: FALSE
+entrycsn: 20100111202214.878000Z#000000#000#000000
 creatorsname: uid=admin,ou=system
+createtimestamp: 20100111145217Z
\ No newline at end of file

Modified: directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.14.ldif
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou%3Dschema/cn%3Dsystem/ou%3Dsyntaxes/m-oid%3D1.3.6.1.4.1.1466.115.121.1.14.ldif?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.14.ldif (original)
+++ directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.14.ldif Tue Feb  7 02:51:24 2012
@@ -1,10 +1,12 @@
 version: 1
 dn: m-oid=1.3.6.1.4.1.1466.115.121.1.14,ou=syntaxes,cn=system,ou=schema
-x-humanreadable: TRUE
 m-oid: 1.3.6.1.4.1.1466.115.121.1.14
-m-obsolete: FALSE
-m-description: Delivery Method
-objectclass: metaSyntax
-objectclass: metaTop
 objectclass: top
+objectclass: metaTop
+objectclass: metaSyntax
+m-description: Delivery Method
+m-obsolete: FALSE
+x-not-human-readable: FALSE
+entrycsn: 20100111202214.878000Z#000000#000#000000
 creatorsname: uid=admin,ou=system
+createtimestamp: 20100111145217Z
\ No newline at end of file

Modified: directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.15.ldif
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou%3Dschema/cn%3Dsystem/ou%3Dsyntaxes/m-oid%3D1.3.6.1.4.1.1466.115.121.1.15.ldif?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.15.ldif (original)
+++ directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.15.ldif Tue Feb  7 02:51:24 2012
@@ -1,10 +1,12 @@
 version: 1
 dn: m-oid=1.3.6.1.4.1.1466.115.121.1.15,ou=syntaxes,cn=system,ou=schema
-x-humanreadable: TRUE
+objectclass: top
+objectclass: metaTop
+objectclass: metaSyntax
 m-oid: 1.3.6.1.4.1.1466.115.121.1.15
-m-obsolete: FALSE
 m-description: Directory String
-objectclass: metaSyntax
-objectclass: metaTop
-objectclass: top
+m-obsolete: FALSE
+x-not-human-readable: FALSE
+entrycsn: 20100111202214.878000Z#000000#000#000000
 creatorsname: uid=admin,ou=system
+createtimestamp: 20100111145217Z
\ No newline at end of file

Modified: directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.16.ldif
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou%3Dschema/cn%3Dsystem/ou%3Dsyntaxes/m-oid%3D1.3.6.1.4.1.1466.115.121.1.16.ldif?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.16.ldif (original)
+++ directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.16.ldif Tue Feb  7 02:51:24 2012
@@ -1,10 +1,12 @@
 version: 1
 dn: m-oid=1.3.6.1.4.1.1466.115.121.1.16,ou=syntaxes,cn=system,ou=schema
-x-humanreadable: TRUE
+objectclass: top
+objectclass: metaTop
+objectclass: metaSyntax
 m-oid: 1.3.6.1.4.1.1466.115.121.1.16
-m-obsolete: FALSE
 m-description: DIT Content Rule Description
-objectclass: metaSyntax
-objectclass: metaTop
-objectclass: top
+m-obsolete: FALSE
+x-not-human-readable: FALSE
+entrycsn: 20100111202214.878000Z#000000#000#000000
 creatorsname: uid=admin,ou=system
+createtimestamp: 20100111145217Z
\ No newline at end of file

Modified: directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.17.ldif
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou%3Dschema/cn%3Dsystem/ou%3Dsyntaxes/m-oid%3D1.3.6.1.4.1.1466.115.121.1.17.ldif?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.17.ldif (original)
+++ directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.17.ldif Tue Feb  7 02:51:24 2012
@@ -1,10 +1,12 @@
 version: 1
 dn: m-oid=1.3.6.1.4.1.1466.115.121.1.17,ou=syntaxes,cn=system,ou=schema
-x-humanreadable: TRUE
+objectclass: top
+objectclass: metaTop
+objectclass: metaSyntax
 m-oid: 1.3.6.1.4.1.1466.115.121.1.17
-m-obsolete: FALSE
 m-description: DIT Structure Rule Description
-objectclass: metaSyntax
-objectclass: metaTop
-objectclass: top
+m-obsolete: FALSE
+x-not-human-readable: FALSE
+entrycsn: 20100111202214.878000Z#000000#000#000000
 creatorsname: uid=admin,ou=system
+createtimestamp: 20100111145217Z
\ No newline at end of file

Modified: directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.18.ldif
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou%3Dschema/cn%3Dsystem/ou%3Dsyntaxes/m-oid%3D1.3.6.1.4.1.1466.115.121.1.18.ldif?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.18.ldif (original)
+++ directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.18.ldif Tue Feb  7 02:51:24 2012
@@ -1,10 +1,12 @@
 version: 1
 dn: m-oid=1.3.6.1.4.1.1466.115.121.1.18,ou=syntaxes,cn=system,ou=schema
-x-humanreadable: TRUE
+objectclass: top
+objectclass: metaTop
+objectclass: metaSyntax
 m-oid: 1.3.6.1.4.1.1466.115.121.1.18
-m-obsolete: FALSE
 m-description: DL Submit Permission
-objectclass: metaSyntax
-objectclass: metaTop
-objectclass: top
+m-obsolete: FALSE
+x-not-human-readable: FALSE
+entrycsn: 20100111202214.878000Z#000000#000#000000
 creatorsname: uid=admin,ou=system
+createtimestamp: 20100111145217Z
\ No newline at end of file

Modified: directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.19.ldif
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou%3Dschema/cn%3Dsystem/ou%3Dsyntaxes/m-oid%3D1.3.6.1.4.1.1466.115.121.1.19.ldif?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.19.ldif (original)
+++ directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.19.ldif Tue Feb  7 02:51:24 2012
@@ -1,10 +1,12 @@
 version: 1
 dn: m-oid=1.3.6.1.4.1.1466.115.121.1.19,ou=syntaxes,cn=system,ou=schema
-x-humanreadable: TRUE
+objectclass: top
+objectclass: metaTop
+objectclass: metaSyntax
 m-oid: 1.3.6.1.4.1.1466.115.121.1.19
-m-obsolete: FALSE
 m-description: DSA Quality Syntax
-objectclass: metaSyntax
-objectclass: metaTop
-objectclass: top
+m-obsolete: FALSE
+x-not-human-readable: FALSE
+entrycsn: 20100111202214.878000Z#000000#000#000000
 creatorsname: uid=admin,ou=system
+createtimestamp: 20100111145217Z
\ No newline at end of file

Modified: directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.2.ldif
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou%3Dschema/cn%3Dsystem/ou%3Dsyntaxes/m-oid%3D1.3.6.1.4.1.1466.115.121.1.2.ldif?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.2.ldif (original)
+++ directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.2.ldif Tue Feb  7 02:51:24 2012
@@ -1,10 +1,12 @@
 version: 1
 dn: m-oid=1.3.6.1.4.1.1466.115.121.1.2,ou=syntaxes,cn=system,ou=schema
-x-humanreadable: TRUE
+objectclass: top
+objectclass: metaTop
+objectclass: metaSyntax
 m-oid: 1.3.6.1.4.1.1466.115.121.1.2
-m-obsolete: FALSE
 m-description: Access Point
-objectclass: metaSyntax
-objectclass: metaTop
-objectclass: top
+m-obsolete: FALSE
+x-not-human-readable: FALSE
+entrycsn: 20100111202214.878000Z#000000#000#000000
 creatorsname: uid=admin,ou=system
+createtimestamp: 20100111145217Z
\ No newline at end of file

Modified: directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.20.ldif
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou%3Dschema/cn%3Dsystem/ou%3Dsyntaxes/m-oid%3D1.3.6.1.4.1.1466.115.121.1.20.ldif?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.20.ldif (original)
+++ directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.20.ldif Tue Feb  7 02:51:24 2012
@@ -1,10 +1,12 @@
 version: 1
 dn: m-oid=1.3.6.1.4.1.1466.115.121.1.20,ou=syntaxes,cn=system,ou=schema
-x-humanreadable: TRUE
+objectclass: top
+objectclass: metaTop
+objectclass: metaSyntax
 m-oid: 1.3.6.1.4.1.1466.115.121.1.20
-m-obsolete: FALSE
 m-description: DSE Type
-objectclass: metaSyntax
-objectclass: metaTop
-objectclass: top
+m-obsolete: FALSE
+x-not-human-readable: FALSE
+entrycsn: 20100111202214.878000Z#000000#000#000000
 creatorsname: uid=admin,ou=system
+createtimestamp: 20100111145217Z
\ No newline at end of file

Modified: directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.21.ldif
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou%3Dschema/cn%3Dsystem/ou%3Dsyntaxes/m-oid%3D1.3.6.1.4.1.1466.115.121.1.21.ldif?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.21.ldif (original)
+++ directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.21.ldif Tue Feb  7 02:51:24 2012
@@ -1,10 +1,12 @@
 version: 1
 dn: m-oid=1.3.6.1.4.1.1466.115.121.1.21,ou=syntaxes,cn=system,ou=schema
-x-humanreadable: TRUE
+objectclass: top
+objectclass: metaTop
+objectclass: metaSyntax
 m-oid: 1.3.6.1.4.1.1466.115.121.1.21
-m-obsolete: FALSE
 m-description: Enhanced Guide
-objectclass: metaSyntax
-objectclass: metaTop
-objectclass: top
+m-obsolete: FALSE
+x-not-human-readable: FALSE
+entrycsn: 20100111202214.878000Z#000000#000#000000
 creatorsname: uid=admin,ou=system
+createtimestamp: 20100111145217Z
\ No newline at end of file

Modified: directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.22.ldif
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou%3Dschema/cn%3Dsystem/ou%3Dsyntaxes/m-oid%3D1.3.6.1.4.1.1466.115.121.1.22.ldif?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.22.ldif (original)
+++ directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.22.ldif Tue Feb  7 02:51:24 2012
@@ -1,10 +1,12 @@
 version: 1
 dn: m-oid=1.3.6.1.4.1.1466.115.121.1.22,ou=syntaxes,cn=system,ou=schema
-x-humanreadable: TRUE
+objectclass: top
+objectclass: metaTop
+objectclass: metaSyntax
 m-oid: 1.3.6.1.4.1.1466.115.121.1.22
-m-obsolete: FALSE
 m-description: Facsimile Telephone Number
-objectclass: metaSyntax
-objectclass: metaTop
-objectclass: top
+m-obsolete: FALSE
+x-not-human-readable: FALSE
+entrycsn: 20100111202214.878000Z#000000#000#000000
 creatorsname: uid=admin,ou=system
+createtimestamp: 20100111145217Z
\ No newline at end of file

Modified: directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.23.ldif
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou%3Dschema/cn%3Dsystem/ou%3Dsyntaxes/m-oid%3D1.3.6.1.4.1.1466.115.121.1.23.ldif?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.23.ldif (original)
+++ directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.23.ldif Tue Feb  7 02:51:24 2012
@@ -1,10 +1,12 @@
 version: 1
 dn: m-oid=1.3.6.1.4.1.1466.115.121.1.23,ou=syntaxes,cn=system,ou=schema
-x-humanreadable: FALSE
+objectclass: top
+objectclass: metaTop
+objectclass: metaSyntax
 m-oid: 1.3.6.1.4.1.1466.115.121.1.23
-m-obsolete: FALSE
 m-description: Fax
-objectclass: metaSyntax
-objectclass: metaTop
-objectclass: top
+m-obsolete: FALSE
+x-not-human-readable: FALSE
+entrycsn: 20100111202214.878000Z#000000#000#000000
 creatorsname: uid=admin,ou=system
+createtimestamp: 20100111145217Z
\ No newline at end of file

Modified: directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.24.ldif
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou%3Dschema/cn%3Dsystem/ou%3Dsyntaxes/m-oid%3D1.3.6.1.4.1.1466.115.121.1.24.ldif?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.24.ldif (original)
+++ directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.24.ldif Tue Feb  7 02:51:24 2012
@@ -1,10 +1,12 @@
 version: 1
 dn: m-oid=1.3.6.1.4.1.1466.115.121.1.24,ou=syntaxes,cn=system,ou=schema
-x-humanreadable: TRUE
+objectclass: top
+objectclass: metaTop
+objectclass: metaSyntax
 m-oid: 1.3.6.1.4.1.1466.115.121.1.24
-m-obsolete: FALSE
 m-description: Generalized Time
-objectclass: metaSyntax
-objectclass: metaTop
-objectclass: top
+m-obsolete: FALSE
+x-not-human-readable: FALSE
+entrycsn: 20100111202214.878000Z#000000#000#000000
 creatorsname: uid=admin,ou=system
+createtimestamp: 20100111145217Z
\ No newline at end of file

Modified: directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.25.ldif
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou%3Dschema/cn%3Dsystem/ou%3Dsyntaxes/m-oid%3D1.3.6.1.4.1.1466.115.121.1.25.ldif?rev=1241334&r1=1241333&r2=1241334&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.25.ldif (original)
+++ directory/shared/trunk/ldap/schema/data/src/main/resources/schema/ou=schema/cn=system/ou=syntaxes/m-oid=1.3.6.1.4.1.1466.115.121.1.25.ldif Tue Feb  7 02:51:24 2012
@@ -1,10 +1,12 @@
 version: 1
 dn: m-oid=1.3.6.1.4.1.1466.115.121.1.25,ou=syntaxes,cn=system,ou=schema
-x-humanreadable: TRUE
+objectclass: top
+objectclass: metaTop
+objectclass: metaSyntax
 m-oid: 1.3.6.1.4.1.1466.115.121.1.25
-m-obsolete: FALSE
 m-description: Guide
-objectclass: metaSyntax
-objectclass: metaTop
-objectclass: top
+m-obsolete: FALSE
+x-not-human-readable: FALSE
+entrycsn: 20100111202214.878000Z#000000#000#000000
 creatorsname: uid=admin,ou=system
+createtimestamp: 20100111145217Z
\ No newline at end of file