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 2006/04/25 02:19:33 UTC

svn commit: r396747 - /directory/branches/apacheds/1.0/server-main/server.xml

Author: elecharny
Date: Mon Apr 24 17:19:32 2006
New Revision: 396747

URL: http://svn.apache.org/viewcvs?rev=396747&view=rev
Log:
The OldAuthorizationService has been renammed to DefaultAuthorizationService

Modified:
    directory/branches/apacheds/1.0/server-main/server.xml

Modified: directory/branches/apacheds/1.0/server-main/server.xml
URL: http://svn.apache.org/viewcvs/directory/branches/apacheds/1.0/server-main/server.xml?rev=396747&r1=396746&r2=396747&view=diff
==============================================================================
--- directory/branches/apacheds/1.0/server-main/server.xml (original)
+++ directory/branches/apacheds/1.0/server-main/server.xml Mon Apr 24 17:19:32 2006
@@ -114,9 +114,9 @@
           </property>
         </bean>
         <bean class="org.apache.directory.server.core.configuration.MutableInterceptorConfiguration">
-          <property name="name"><value>oldAuthorizationService</value></property>
+          <property name="name"><value>defaultAuthorizationService</value></property>
           <property name="interceptor">
-            <bean class="org.apache.directory.server.core.authz.OldAuthorizationService" />
+            <bean class="org.apache.directory.server.core.authz.DefaultAuthorizationService" />
           </property>
         </bean>
         <bean class="org.apache.directory.server.core.configuration.MutableInterceptorConfiguration">