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/

Re: JNDI resources available to auth realms?

2005-01-06 Thread Ian Flanigan
On Wed, 5 Jan 2005 18:54:08 -0500, Andrew Jaquith [EMAIL PROTECTED] wrote: Greetings, A while back I did some patch work on the catalina.realm.JAASRealm class. I learned a lot in the process. Thanks for your patches -- I've been using them! In my JAAS LoginModule, I also tried to use JNDI

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