Re: combine client certificate authentication with ldap based authentication

2008-12-15 Thread Eric Covener
On Mon, Dec 15, 2008 at 3:55 AM, Sebastian Reitenbach wrote: > Hi, > > I want to authenticate users on apache. In case they have a valid x509 > client certificate in their browser for authentication, then that should be > sufficient. In case the client does not have such a certificate, the user >

combine client certificate authentication with ldap based authentication

2008-12-15 Thread Sebastian Reitenbach
Hi, I want to authenticate users on apache. In case they have a valid x509 client certificate in their browser for authentication, then that should be sufficient. In case the client does not have such a certificate, the user should be able to authenticate via username/password against ldap. I