[Yanel-commits] rev 48405 - public/yanel/trunk/src/realms/from-scratch-realm-template

michi at wyona.com michi at wyona.com
Wed Mar 31 15:12:08 CEST 2010


Author: michi
Date: 2010-03-31 15:12:08 +0200 (Wed, 31 Mar 2010)
New Revision: 48405

Modified:
   public/yanel/trunk/src/realms/from-scratch-realm-template/realm.xml
Log:
client implementation as element value instead attribute

Modified: public/yanel/trunk/src/realms/from-scratch-realm-template/realm.xml
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/realm.xml	2010-03-31 12:41:20 UTC (rev 48404)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/realm.xml	2010-03-31 13:12:08 UTC (rev 48405)
@@ -32,7 +32,7 @@
   <ac-identities class="org.wyona.security.impl.ldap.LDAPIdentityManagerFactoryImpl">
     <ldap:config xmlns:ldap="http://www.wyona.org/security/identity/1.0">
       <ldap:yarep-repo>config/ac-identities-repository.xml</ldap:yarep-repo>
-      <ldap:client-implementation class="org.wyona.security.impl.ldap.LDAPClientImpl"/>
+      <ldap:client-implementation>org.wyona.security.impl.ldap.LDAPClientImpl</ldap:client-implementation>
       <ldap:provider-url>ldap://127.0.0.1:10389</ldap:provider-url>
       <ldap:provider-urlDISABLED>ldap://192.168.200.109:389</ldap:provider-urlDISABLED>
       <ldap:security-authentication>simple</ldap:security-authentication>



More information about the Yanel-commits mailing list