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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...