[jboss-user] [Security & JAAS/JBoss] - Re: 'sufficient' loginmodules combined with ClientLoginModul

ragavgomatam do-not-reply at jboss.com
Fri May 16 21:16:52 EDT 2008


There are 4 jaas flags. (a) Sufficient - If this succeeds, no other module down the chain is invoked. Login succeeds (b) required -- This must succeed for overall authentication to succeed. If it fails control is passed to other module in the chain (c) requisite -- This must succeed. If it fails, control is not passed down the chain (d) Optional -- Well can pass/fail.

Try as follows :- 

LdapModule1==>required
LdapModule2==>required
ClientModule==>Optional

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4151567



More information about the jboss-user mailing list