Re: [EMAIL PROTECTED] Dual authN path with client certs and ldap

2008-09-25 Thread jblack4
Just a follow up that we got this working using Locations and url patterns. After enabling both mod_ssl (with client certs) and mod_authnz_ldap, we do and each doing it's own flavor or authentication, then reverse proxying both requests to our app server ProxyPass http://localhost:8080/ Prox

[EMAIL PROTECTED] Dual authN path with client certs and ldap

2008-09-08 Thread thomas.black
Not sure if this is possible with a single apache server instance, so I'm curious if anyone has done this. We want apache to be configured to be single public entry point into our private web services. Additionally, we want users to be able to login based on a user/pass or a client certificate. T

[EMAIL PROTECTED] Dual authN path with client certs and ldap

2008-09-08 Thread jblack4
Not sure if this is possible with a single apache server instance, so I'm curious if anyone has done this. We want apache to be configured to be single public entry point into our private web services. Additionally, we want users to be able to login based on a user/pass or a client certificate.