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 Oliver Block
Am Dienstag, 7. Juli 2009 13:55:17 schrieb Geofrey Rainey: > However I'm now > under the impression that the JAASRealm has a built-in callback hander > that does this. > Is this correct? That's what the how-to says under 1. (See http://tomcat.apache.org/tomcat-6.0-doc/realm-howto.html#JAASRealm

Re: FW: JAAS Realm with JDBC Authentication

2009-07-07 Thread Mark Thomas
Geofrey Rainey wrote: > I am confused about integrating the JAAS Login Module with HTTP basic > auth. I was under > the impression that one had to handle this in a custom callback handler. > However I'm now > under the impression that the JAASRealm has a built-in callback hander > that does this. >

Re: FW: JAAS Realm with JDBC Authentication

2009-07-07 Thread André Warnier
Geofrey Rainey wrote: I am confused about integrating the JAAS Login Module with HTTP basic auth. I was under the impression that one had to handle this in a custom callback handler. However I'm now under the impression that the JAASRealm has a built-in callback hander that does this. Is this cor

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-07 Thread Oliver Block
the popup dialog. I can't really find any comprehensive doco > on this. > > regards, > Geoff. > > -Original Message- > 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

Re: FW: JAAS Realm with JDBC Authentication

2009-07-07 Thread André Warnier
Geofrey Rainey wrote: Hi Mark, Yes i've read that document many times. However still need a few pointers on writing the Login Module and how it integrates with the Callbackhandler to create the popup dialog. I can't really find any comprehensive doco on this. If you are talking about the stand

Re: FW: JAAS Realm with JDBC Authentication

2009-07-06 Thread Mark Thomas
> on this. I meant the source code. Mark > > regards, > Geoff. > > -Original Message- > 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 >

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

Re: FW: JAAS Realm with JDBC Authentication

2009-07-06 Thread Mark Thomas
Geofrey Rainey wrote: > Hello, > > I'm writing a Login Module to autheniticate users and basing my code on > the example provided by Sun whereby the CallBackHandler prompts users > from the command line. However I'd like to do this using the web server > dialog box and JDBC auth to the database.

FW: JAAS Realm with JDBC Authentication

2009-07-06 Thread Geofrey Rainey
Hello, I'm writing a Login Module to autheniticate users and basing my code on the example provided by Sun whereby the CallBackHandler prompts users from the command line. However I'd like to do this using the web server dialog box and JDBC auth to the database. Any ideas would be helpful. Th