How do I configure apache to accept a client ssl certificate (if present) or authenticate using ldap (if the cert is absent)?
- by jmwood051
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.