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/09/19 16:16:23 UTC

svn commit: r290165 - /directory/apacheds/trunk/main/server.xml

Author: akarasulu
Date: Mon Sep 19 07:16:19 2005
New Revision: 290165

URL: http://svn.apache.org/viewcvs?rev=290165&view=rev
Log:
applied patch from Nick Faiz for DIREVE-261 here: http://issues.apache.org/jira/browse/DIREVE-261

Modified:
    directory/apacheds/trunk/main/server.xml

Modified: directory/apacheds/trunk/main/server.xml
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/main/server.xml?rev=290165&r1=290164&r2=290165&view=diff
==============================================================================
--- directory/apacheds/trunk/main/server.xml (original)
+++ directory/apacheds/trunk/main/server.xml Mon Sep 19 07:16:19 2005
@@ -58,13 +58,13 @@
           </property>
         </bean>
         <bean class="org.apache.ldap.server.configuration.MutableInterceptorConfiguration">
-          <property name="name"><value>oldAuthenticationService</value></property>
+          <property name="name"><value>authorizationService</value></property>
           <property name="interceptor">
-            <bean class="org.apache.ldap.server.authn.OldAuthenticationService" />
+            <bean class="org.apache.ldap.server.authz.AuthorizationService" />
           </property>
         </bean>
         <bean class="org.apache.ldap.server.configuration.MutableInterceptorConfiguration">
-          <property name="name"><value>authorizationService</value></property>
+          <property name="name"><value>oldAuthorizationService</value></property>
           <property name="interceptor">
             <bean class="org.apache.ldap.server.authz.OldAuthorizationService" />
           </property>