RE: Tomcat User Authentication

2006-09-29 Thread Tracy Nelson
Doesn't look like there's a simple solution. You can get an LDAP adapter for RACF which should make it fairly easy to plug in a JAAS adapter. There's the CAS project (http://www.ja-sig.org/products/cas/), which provides enterprise-level single-sign-on, you can connect to that via Acegi Security (

RE: Tomcat User Authentication

2006-09-29 Thread Kevin Mullin
rale, Charles R" <[EMAIL PROTECTED]> 09/29/2006 09:56 AM Please respond to "Tomcat Users List" To "Tomcat Users List" cc Subject RE: Tomcat User Authentication > From: Caldarale, Charles R > Subject: RE: Tomcat User Authentication > &

RE: Tomcat User Authentication

2006-09-29 Thread Caldarale, Charles R
> From: Caldarale, Charles R > Subject: RE: Tomcat User Authentication > > You probably don't want to use tomcat-users.xml at all; > replace it completely with a JAAS-compliant interface to > RACF. I would not be surprised if someone from the WebSphere side of your

RE: Tomcat User Authentication

2006-09-29 Thread Caldarale, Charles R
> From: Kevin Mullin [mailto:[EMAIL PROTECTED] > Subject: Tomcat User Authentication > > We have our own userid authentication process on our IBM > mainframe computers which uses something called RACF. Is > there a way to get Tomcat to use this processs to determine > proper userid and passwo