Good Day, Your commit should only do your logic if the login was OK. Look at the LDAPLoginModule's parent class, you'll see that there is a protected variable `loginOK` which is set to true in the login() method and should be checked in the commit() method.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971455#3971455 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971455 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
