Re: JAAS Realm Authentication with Kerberos

2010-06-09 Thread geofrey rainey
n has access to / every role he has. > > cheers > dB. > > > > dB. @ dblock.org > Moscow|Geneva|Seattle|New York > > > -Original Message- > From: geofrey rainey [mailto:geofr...@gmail.com] > Sent: Tuesday, June 01, 2010 10:13 PM > To: Tomcat Users List

Re: JAAS Realm Authentication with Kerberos

2010-06-02 Thread geofrey rainey
e|New York > > > -Original Message- > From: geofrey rainey [mailto:geofr...@gmail.com] > Sent: Tuesday, June 01, 2010 10:13 PM > To: Tomcat Users List > Subject: Re: JAAS Realm Authentication with Kerberos > > Right, so let me get this straight; Presently the Kerbe

RE: JAAS Realm Authentication with Kerberos

2010-06-02 Thread dB .
10:13 PM To: Tomcat Users List Subject: Re: JAAS Realm Authentication with Kerberos Right, so let me get this straight; Presently the KerberosLoginModule saves the role information (defined as u...@realm) as a Principal which is then compared against the literal string defined in web.xml. So what

Re: JAAS Realm Authentication with Kerberos

2010-06-01 Thread geofrey rainey
helps, > -dB. > > > dB. @ dblock.org > Moscow|Geneva|Seattle|New York > > > -Original Message- > From: geofrey rainey [mailto:geofr...@gmail.com] > Sent: Tuesday, June 01, 2010 4:05 AM > To: users@tomcat.apache.org > Subject: JAAS Realm Authentication with Ke

RE: JAAS Realm Authentication with Kerberos

2010-06-01 Thread dB .
n groups. Hope this helps, -dB. dB. @ dblock.org Moscow|Geneva|Seattle|New York -Original Message- From: geofrey rainey [mailto:geofr...@gmail.com] Sent: Tuesday, June 01, 2010 4:05 AM To: users@tomcat.apache.org Subject: JAAS Realm Authentication with Kerberos Hello, I've

JAAS Realm Authentication with Kerberos

2010-06-01 Thread geofrey rainey
Hello, I’ve been following this fairly self-explanatory document on Kerberos authentication against an AD. If I hard-code the u...@realm in the web.xml file, authentication is successful. However obviously what one really wants is the actual user credentials as stored in the Principals class, java