I've successfully integrated my app with JBoss and JAAS using JBoss's DatabaseServerLoginModule instead of my own login module. The only think I'm missing in this configuration is that my old login module did custom things like update another table to audit that the user successfully logged in, and stuff like recording when people failed to log in after a number of times. It seems that my only option to get this functionality back is to either right my own custom login module or stack other modules to be called and try to log the info that way. Is this approach advisable or should I just start writing my CustomLoginModule?
Thanks! B View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951783#3951783 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951783 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
