Re: [us...@httpd] combining ldap and file authentication

2009-06-04 Thread Tom Evans
On Thu, 2009-06-04 at 02:36 -0700, dimce wrote: > Hi Tom, > > Thanks for the good answer. > Since its a Tomcat application in the background, do you think I could do > the passwd authentication via Apache and then the LDAP authentication via > Tomcat(JNDI)? > > Regards, > Damjan. > > > Tom Evan

Re: [us...@httpd] combining ldap and file authentication

2009-06-04 Thread dimce
Hi Tom, Thanks for the good answer. Since its a Tomcat application in the background, do you think I could do the passwd authentication via Apache and then the LDAP authentication via Tomcat(JNDI)? Regards, Damjan. Tom Evans-3 wrote: > > On Wed, 2009-06-03 at 06:55 -0700, dimce wrote: >> Hi a

Re: [us...@httpd] combining ldap and file authentication

2009-06-03 Thread Tom Evans
On Wed, 2009-06-03 at 06:55 -0700, dimce wrote: > Hi all Apache cracks, > > Is it possible to force both file and ldap authentication in Apache? > The idea is that first the user gets a password window and is asked for the > login details from a passwd file and after that he is asked for a ldap >

[us...@httpd] combining ldap and file authentication

2009-06-03 Thread dimce
Hi all Apache cracks, Is it possible to force both file and ldap authentication in Apache? The idea is that first the user gets a password window and is asked for the login details from a passwd file and after that he is asked for a ldap password and only if both are true he is allowed access. I