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/06 22:43:40 UTC

svn commit: r230584 - /directory/apacheds/trunk/core/src/main/java/org/apache/ldap/server/jndi/DefaultContextFactoryService.java

Author: akarasulu
Date: Sat Aug  6 13:43:38 2005
New Revision: 230584

URL: http://svn.apache.org/viewcvs?rev=230584&view=rev
Log:
fixing copy/paste error for ou=interceptors

Modified:
    directory/apacheds/trunk/core/src/main/java/org/apache/ldap/server/jndi/DefaultContextFactoryService.java

Modified: directory/apacheds/trunk/core/src/main/java/org/apache/ldap/server/jndi/DefaultContextFactoryService.java
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/core/src/main/java/org/apache/ldap/server/jndi/DefaultContextFactoryService.java?rev=230584&r1=230583&r2=230584&view=diff
==============================================================================
--- directory/apacheds/trunk/core/src/main/java/org/apache/ldap/server/jndi/DefaultContextFactoryService.java (original)
+++ directory/apacheds/trunk/core/src/main/java/org/apache/ldap/server/jndi/DefaultContextFactoryService.java Sat Aug  6 13:43:38 2005
@@ -510,7 +510,7 @@
             Attributes attributes = new LockableAttributesImpl();
             attributes.put( "objectClass", "top" );
             attributes.put( "objectClass", "organizationalUnit" );
-            attributes.put( "ou", "configuration" );
+            attributes.put( "ou", "interceptors" );
             attributes.put( "creatorsName", ContextPartitionNexus.ADMIN_PRINCIPAL );
             attributes.put( "createTimestamp", DateUtils.getGeneralizedTime() );