How do I configure apache to accept a client ssl certificate (if present) or authenticate using ldap (if the cert is absent)?
Posted
by
jmwood051
on Server Fault
See other posts from Server Fault
or by jmwood051
Published on 2012-10-24T18:15:28Z
Indexed on
2012/10/25
17:02 UTC
Read the original article
Hit count: 105
I have an Apache server that serves up mercurial repositories and it currently authenticates using ldap credentials.
I want to permit a single user (to start with) to use a SSL client certificate, with all remaining users still able to use the ldap credentials authentication method.
I have looked through Stack Overflow and other wider (google) searches but can not find information/guidance on how to set this up.
© Server Fault or respective owner