I'm using JBoss AS 5 and the LdapExtLoginModule for the authentication purpose. 
The LDAP authentication is working fine.

Now, I've the user roles stored in a relational database which I've to get it 
using DatabaseServerLoginModule. I know that this database login module depends 
on two table users and roles. But, my requirement is just to get the roles of 
the user (the user would have authenticated earlier using the LDAP login 
module).

So, is there any way to disable the checking of user password in the 
DatabaseServerLoginModule  ? I've tried <module-option 
name="password-stacking">useFirstPass</module-option> but it's not working.

Any pointers?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4229742#4229742

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4229742
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to