2 Replies Latest reply on Oct 3, 2012 5:14 PM by yan.langlois

    Seam 3 and LDAP integration

    rcbandit

      Hi,
        I want to use LDAP server for authentication of users. Can you tell me shortly how I can use LDAP server and Seam 3 together?


      Regards
      Peter

        • 1. Re: Seam 3 and LDAP integration
          baraber

          Didn't try it, but since seam-security is based on picketlink-idm, It should be possible to use picketlink's LDAP identity store implementation.


          The full name of the class is org.picketlink.idm.impl.store.ldap.LDAPIdentityStoreImpl and it can be found in the following dependency :



          <dependency>
                   <groupId>org.picketlink.idm</groupId>
                   <artifactId>picketlink-idm-ldap</artifactId>
          </dependency>
          




          • 2. Re: Seam 3 and LDAP integration
            yan.langlois

            Have you success using LDAP with seam 3 ?