1 Reply Latest reply on Dec 8, 2005 6:24 PM by starksm64

    Ldap users and roles...

    epotvin

      (my jboss version is 4.0.3 SP1)

      Hi, I'm having some problems with authentication with Jboss and Oracle Internet directory.

      In OID, the users don't have any attributes for specifiing in which roles they are. It's the inverse. The groups have attributes called uniquemember giving the DN of users in them.

      So when I check how the LdapLoginModule works, I see two things :

      First, at line 385, if no role is attributed to the users who try to login, a NullException is thrown.

      Second, the code don't check for user in the roles objects to get the user roles. So I can't use this login module with OID...

      I'm I right?