0 Replies Latest reply on Jul 11, 2007 5:01 PM by kpalania

    JBoss Login Modules: Password Stacking

    kpalania

      Hi,
      I am trying to stack 2 login modules (LDAP for authentication and Database for authorization). Tried to follow the example given in the JBoss site but I keep getting a NullPointerException as I don't have the role related module-option elements in login-config.xml for the LDAP module, and nor do I have the authentication related module-option element (PrincipalsQuery) in the Database Login Module.

      It does look like the JBoss code expects these parameters to be set and it fails otherwise? Is that not right? I am hoping not as otherwise password/module stacking wouldn't really help. Thanks for your inputs.