Re: JAAS Realm Authentication with Kerberos

2010-06-09 Thread geofrey rainey
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 Subject: Re: JAAS Realm Authentication with Kerberos Right, so let me

Re: JAAS Realm Authentication with Kerberos

2010-06-02 Thread geofrey rainey
-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 KerberosLoginModule saves the role information (defined as u

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,

Re: JAAS Realm Authentication with Kerberos

2010-06-01 Thread geofrey rainey
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 helps, -dB. dB. @ dblock.org Moscow|Geneva|Seattle|New York -Original Message- From: geofrey rainey [mailto:geofr...@gmail.com

RE: Re: Re: Trouble configuring LDAP authentication

2009-08-11 Thread Geofrey Rainey
: Trouble configuring LDAP authentication Geofrey Rainey geofrey.rai...@tvnz.co.nz 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

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: Realm

RE: Re: Trouble configuring LDAP authentication

2009-08-06 Thread Geofrey Rainey
- 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 geofrey.rai...@tvnz.co.nz wrote in message I had this same issue, both with JNDIRealm, and logging

JNDI Authentication

2009-08-04 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).

RE: JNDI Authentication

2009-08-04 Thread Geofrey Rainey
: 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 Rainey wrote: Does anyone know what type

RE: JNDI Authentication

2009-08-04 Thread Geofrey Rainey
-howto.html#JNDIRealm authentication A string specifying the type of authentication to use. none, simple, strong or a provider specific definition can be used. If no value is given the providers default is used. By default - authentication is null so the code is not called. -Tim Geofrey Rainey

RE: java.util.logger

2009-07-29 Thread Geofrey Rainey
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: users-unsubscr

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

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

RE: FW: JAAS Realm with JDBC Authentication

2009-07-07 Thread Geofrey Rainey
. -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: Hi Mark, Yes

RE: FW: JAAS Realm with JDBC Authentication

2009-07-07 Thread Geofrey Rainey
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 integrating

FW: JAAS Realm with JDBC Authentication

2009-07-06 Thread Geofrey Rainey
. 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(s) contain

RE: FW: JAAS Realm with JDBC Authentication

2009-07-06 Thread Geofrey Rainey
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 provided by Sun whereby

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

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

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