Re: [EMAIL PROTECTED] How to manage single sign on with apache

2006-12-25 Thread Gregor Schneider
Hi Meir, we are not using LDAP. The principle of our solution is as follows: We have written a simple Servlet, that gets authenticated by Tomcat via FormLogin. The Servlet will then read the Cookie JSSOSessionID and will write the contents of this Cookie into the MySQL-DB specified by mod_auth_

RE: [EMAIL PROTECTED] How to manage single sign on with apache

2006-12-24 Thread Meir Yanovich
over head for you? Thanks -Original Message- From: Gregor Schneider [mailto:[EMAIL PROTECTED] Sent: Sunday, December 24, 2006 3:35 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] How to manage single sign on with apache nope, it's one module, and it doesn&#x

Re: [EMAIL PROTECTED] How to manage single sign on with apache

2006-12-24 Thread Gregor Schneider
nope, it's one module, and it doesn't break modularity. please refer to the docs which have been posted above to understand how it's working. maybe you can do the same by combining the named modules, however, it's way more work, more complex and it's really the question if you get it working anyw

Re: [EMAIL PROTECTED] How to manage single sign on with apache

2006-12-24 Thread Nick Kew
On Sun, 24 Dec 2006 03:55:47 -0800 "Gregor Schneider" <[EMAIL PROTECTED]> wrote: > nope. you could create a memory-realm for tomcat, however, you'll need > a mysql-db for apache (mod_auth_cookie_mysql). Erm - auth, mysql and cookie should be at least three modules. Putting it all in one breaks mo

Re: [EMAIL PROTECTED] How to manage single sign on with apache

2006-12-24 Thread Gregor Schneider
nope. you could create a memory-realm for tomcat, however, you'll need a mysql-db for apache (mod_auth_cookie_mysql). cheers greg -- what's puzzlin' you, is the nature of my game gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2 gpgp-key available @ http://pgpkeys.pca.dfn.de:11371 -

RE: [EMAIL PROTECTED] How to manage single sign on with apache

2006-12-24 Thread Meir Yanovich
Is there any way to share this cookie / session info as in memory session? -Original Message- From: Gregor Schneider [mailto:[EMAIL PROTECTED] Sent: Friday, December 22, 2006 8:56 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] How to manage single sign on with apache

Re: [EMAIL PROTECTED] How to manage single sign on with apache

2006-12-22 Thread Gregor Schneider
forgot to mention: the above solution works the other way round: authentication is done by tomcat, which then passes a cookie. the cookie is stored in a mysql-db which is read by mod_auth_cookie_mysql. if there's a valid entry, authorization for apache is granted by mod_auth_cookie_mysql. cheers

Re: [EMAIL PROTECTED] How to manage single sign on with apache

2006-12-22 Thread Gregor Schneider
take a look at mod_auth_cookie_mysql2 (assuming you're using apache2): http://home.digithi.de/digithi/dev/mod_auth_cookie_mysql/ cheers Greg -- what's puzzlin' you, is the nature of my game gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2 gpgp-key available @ http://pgpkeys.pca.dfn.de:11371 -

[EMAIL PROTECTED] How to manage single sign on with apache

2006-12-21 Thread Meir Yanovich
Hello all i have 2 java applications sitting on 2 separate application servers or servlet containers lets say for simplicity 2 tomcats now my entry gate is apache server . my question is : is there any way to manage authentication and authorize with apache server and with this info pass to the on