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-01 Thread geofrey rainey
n, you may want > to try http://waffle.codeplex.com. There're several options, including a > login filter and a JAAS authenticator. All use SSPI to login (will do > Kerberos and NTLM) and will return not just the user identity, but the user > local and domain groups. > > Hope this

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

RE: Re: Re: Trouble configuring LDAP authentication

2009-08-11 Thread Geofrey Rainey
: Trouble configuring LDAP authentication > "Geofrey Rainey" wrote in message > news:fcff2ec7a020964fbc98b17f17a88ac4018ba...@akvxch01.tvnzad.tvnz.co.nz ... > I remember the big issue I faced regarding the JNDIRealm auth were the > parameters in my Realm definition, there

RE: Re: Trouble configuring LDAP authentication

2009-08-06 Thread Geofrey Rainey
e.org/tomcat/Logging_Tutorial -Original Message- From: news [mailto:n...@ger.gmane.org] On Behalf Of Eric B. Sent: Friday, 7 August 2009 1:49 p.m. To: users@tomcat.apache.org Subject: Re: Trouble configuring LDAP authentication > "Geofrey Rainey" wrote in message > I had t

RE: Trouble configuring LDAP authentication

2009-08-06 Thread Geofrey Rainey
I had this same issue, both with JNDIRealm, and logging. Firstly the JNDIRealm; I was authenticating to an AD server and couldn't get the parameters right in my Realm definition. This is how I resolved it - this realm definition resides within an Engine directive: ldap://hostname:389"; connec

RE: JNDI Authentication

2009-08-04 Thread Geofrey Rainey
> Subject: Re: JNDI Authentication > > JNDIRealm is based on communicating to an LDAP server. (Which is one way > > AD can communicate) > > -Tim > > Geofrey Rainey wrote: >> Does anyone know what type of authentication Tomcat uses by default to >> authent

RE: JNDI Authentication

2009-08-04 Thread Geofrey Rainey
uthentication); -Original Message- From: Tim Funk [mailto:funk...@apache.org] Sent: Tuesday, 4 August 2009 11:55 p.m. To: Tomcat Users List Subject: Re: JNDI Authentication JNDIRealm is based on communicating to an LDAP server. (Which is one way AD can communicate) -Tim Geofrey Raine

JNDI Authentication

2009-08-03 Thread Geofrey Rainey
Does anyone know what type of authentication Tomcat uses by default to authenticate to an AD server using the JNDIRealm? (I haven't specified any particular authentication type on either the server (AD), or the client (Tomcat 6.0), it's working fine but I'm wondering If it's using SASL). R

RE: java.util.logger

2009-07-29 Thread Geofrey Rainey
til.logger On 07/28/2009 04:42 AM, Geofrey Rainey wrote: > auth.DatasourceLoginModule.handlers = 1lm.org.apache.juli.FileHandler > add auth.DatasourceLoginModule.level = FINEST - To unsubscribe, e-mail

java.util.logger

2009-07-28 Thread Geofrey Rainey
Hi, I'm trying to understand java logging. I have the following configured in logging.properties: - here's the handle handlers = 1lm.org.apache.juli.FileHandler - now add some properties to the handler 1lm.org.apache.juli.FileHandler.level = FINEST 1lm.org.apache.juli.FileHandl

RE: Tomcat 5 JDBCRealm Configuration

2009-07-12 Thread Geofrey Rainey
I setup a JDBC realm by following this document. It took A bit of fiddling because of errors on my part, but it Worked, just do exactly what the document says: http://tomcat.apache.org/tomcat-5.5-doc/realm-howto.html -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@u

RE: FW: JAAS Realm with JDBC Authentication

2009-07-07 Thread Geofrey Rainey
etter method? Thank you for your responses. Cheers, Geofrey. -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, 8 July 2009 12:51 a.m. To: Tomcat Users List Subject: Re: FW: JAAS Realm with JDBC Authentication Geofrey Rainey wrote: > I am confused about int

RE: FW: JAAS Realm with JDBC Authentication

2009-07-07 Thread Geofrey Rainey
Geoff. -Original Message- From: Oliver Block [mailto:li...@oliver-block.eu] Sent: Tuesday, 7 July 2009 10:25 p.m. To: users@tomcat.apache.org Subject: Re: FW: JAAS Realm with JDBC Authentication Please ask your questions. Am Dienstag, 7. Juli 2009 00:51:29 schrieb Geofrey Rainey: >

RE: FW: JAAS Realm with JDBC Authentication

2009-07-06 Thread Geofrey Rainey
From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, 7 July 2009 10:44 a.m. To: Tomcat Users List Subject: Re: FW: JAAS Realm with JDBC Authentication Geofrey Rainey wrote: > Hello, > > I'm writing a Login Module to autheniticate users and basing my code > on the example

FW: JAAS Realm with JDBC Authentication

2009-07-06 Thread Geofrey Rainey
be helpful. Thankyou, Regards, Geofrey Rainey. == For more information on the Television New Zealand Group, visit us online at tvnz.co.nz == CAUTION: This e-mail and any attachment(

RE: hwllo.html

2009-05-26 Thread Geofrey Rainey
Place an index.html file in the Tomcat default web application docroot: webapps/ROOT Then you should be able to access it with: http://servername:8080 -Original Message- From: veena pandit [mailto:v.kri...@gmail.com] Sent: Wednesday, 27 May 2009 1:13 p.m. To: Tomcat Users List Subject

Tomcat6 JNDI Realm

2009-05-26 Thread Geofrey Rainey
Hi, I'm trying to setup a tomcat6 realm to authenticate against an active directory server. I got a JDBC realm working okay with a MySQL database. I'm receiving the following error and thought it might be wise to try and get ldapsearch working First. However I'm not having much luck with

LD_LIBRARY_PATH issue

2008-04-10 Thread Geofrey Rainey
honored. I am getting a JVM crash and a trace file containing the environment settings shows that LD_LIBRARY_PATH is always set to the library directories under $JAVA_HOME. How do I set the LD_LIBRARY_PATH for Tomcat? Regards, Geofrey Rainey