[Yanel-dev] Generic LDAP implementation

Michael Wechner michael.wechner at wyona.com
Wed Mar 31 20:59:08 CEST 2010


Hi

I have started a generic LDAP implementation, see for example

src/realms/from-scratch-realm-template/realm.xml 

 <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>org.wyona.security.impl.ldap.LDAPClientImpl</ldap:client-implementation>
      <ldap:provider-url>ldap://192.168.200.109:389</ldap:provider-url>
      <ldap:security-authentication>simple</ldap:security-authentication>
<!--
      <ldap:security-protocol>ssl</ldap:security-protocol>
-->
    </ldap:config>
  </ac-identities>

whereas the custom LDAP access is hidden within the custom LDAP client 
implementation. This means in order to use
LDAP together with Yanel one needs to implement a LDAP client, but which 
is rather straightforward. In a second phase
I might develop a generic configurable LDAP client implementation.

Please let me know if you have any questions.

Cheers

Michi


More information about the Yanel-development mailing list