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-
--
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
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
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.