I'm trying to get JAAS to work with remote connections to a server.  What 
happens is it needs to make an initial connection without any login 
information.  It checks some status things on the server.  If that's ok, it 
then can send login information.  Due to user errors it's possible that a user 
will mistype a password.  These are all very common use scenarios I would think 
but I can't figure out if JAAS can even support this.

It doesn't seem like JAAS can even send a message back that says, "that 
username and password was incorrect".  All it does is hang.

Surely Sun didn't invent this huge system without a way to do username and 
password type authentication?  I don't care about retina scanners and 
fingerprints and whatever, just let me log a user in with a password.  Can it 
do that?


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017404
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to