1 Reply Latest reply on Jul 29, 2004 7:25 PM by starksm64

    Using LDAPLoginModule

    mr_masy

      Hi,

      I'm trying to secure access to my web application using the LDAPLoginModule. Authorization works fine, but the user has no roles assigned. How do I have to configure The LDAPLoginModule for being able to retrieve the Roles from the following structure:

      -dc=sample,dc=com
      |
      |--ou=People
      |
      |--uid=benni
      |
      |---cn=..
      userPassword=...
      |--ou=Roles
      |
      |--cn=Auth_User
      |
      |--uniqueMember:
      uid=benni,ou=People,dc=iteratec,dc=de

      Thanks a lot in advance

      Regards

      Benni