I've implemented authentication using DatabaseServerLoginModule.
here is my principals query
 SELECT PWD FROM USERS WHERE upper(USERID)=upper(?) AND ACTIVE='1'

Wondering if JBoss caches authentication information for each user who
logged into the system.

First, When I login as 'employee' with Active flag 1 it is successful
However, when I change the Active flag to '0' by some other means in DB
the user is still be able to login. However, when I recycle the JBoss
it is working as expected(will not log in the user).

Can someone help if there is amy way to configure not to cache the data ?

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

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


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to