Re: JNDI resources available to auth realms?

2005-01-07 Thread Andrew Jaquith
Thanks for your patches -- I've been using them! In my JAAS Glad to hear it! make in this area. Also, it seems that JNDI *should* work from within the LoginModule since it's documented (by example) in the API docs: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/catalina/docs/api/org/ apache/cat

JNDI resources available to auth realms?

2005-01-05 Thread Andrew Jaquith
Greetings, A while back I did some patch work on the catalina.realm.JAASRealm class. I learned a lot in the process. Shortly thereafter, I wrote a (personal) JAAS LoginModule that uses a JDBC database as the authentication data source. It works great. One of the things I wished I could incorpor

[PATCH] JAASRealm fixes

2004-04-24 Thread Andrew Jaquith
These patches finally enable JAASRealm to work as advertised. In particular, JAASRealm can use user-specified Principal classes for both user Principals and group Principals, just like the documentation says it is supposed to be able to do. In addition, I have added support for digested passwords s