Re: Using 2 Realms for authentication and access control

2006-12-19 Thread Martin Gainty
Joe here is one possible starting point for JDBCRealm http://jroller.com/page/brviking?entry=glassfish_for_tomcat_users_jdbc another JDBCRealm example using kerberos http://www.pramati.com/docstore/1270002/index.htm HTH M- --

Re: Using 2 Realms for authentication and access control

2006-12-18 Thread Mark Thomas
Workman, Joe wrote: > I have an application that runs on tomcat that by default uses a > JDBCRealm to query a database for authentication. I would like to use > Kerberos for the user password authentication but still use my JDBCRealm > for access control through roles. I was hoping you could point

RE: Using 2 Realms for authentication and access control

2006-12-18 Thread Workman, Joe
I have not seen any response to this . . . . Can anyone help? Please?!? Cheers Joe From: Workman, Joe Sent: Friday, December 15, 2006 12:30 PM To: 'users@tomcat.apache.org' Subject: Using 2 Realms for authentication and access control I have an a

Using 2 Realms for authentication and access control

2006-12-15 Thread Workman, Joe
I have an application that runs on tomcat that by default uses a JDBCRealm to query a database for authentication. I would like to use Kerberos for the user password authentication but still use my JDBCRealm for access control through roles. I was hoping you could point me in the right direction.