Re: [users@httpd] SSL Authentication and LDAP Authorization

2013-12-13 Thread Eric Covener
On Fri, Dec 13, 2013 at 12:55 PM, Andrew Young wrote: > Can one configure httpd to authenticate with SSL and authorize with LDAP? > I have not found a way of configuring mod_authnz_ldap to just authorize. SSLUserName does not perform Apache authentication, you could try SSLFakeBasicAuth, but it's

[users@httpd] SSL Authentication and LDAP Authorization

2013-12-13 Thread Andrew Young
Can one configure httpd to authenticate with SSL and authorize with LDAP? I have not found a way of configuring mod_authnz_ldap to just authorize. Using Ubuntu 12.04.3 LTS, Apache/2.2.22, I have mod_ssl authenticating just fine with-- SSLVerifyClient require SSLVerifyDepth 10 SSLReq