0 Replies Latest reply on Dec 17, 2008 3:04 PM by monstor

    LDAP authentification

    monstor

      Hello.


      Actually, I use Identity for login my application.
      So in my components.xml file I have


      <security:identity 
                      authenticate-method="#{authentification.authentifier}"
          />



      On the method authentiifier, I verify on my databse using Identity.getuseName() and Identity.getPassword.


      Now, I want to verify login and password on LDAP.
      How can I make this ?


      Thanks a lot !