Re: Logging SSL-authenticated users
From: Martin v. Löwis <martin_at_v.loewis.de>
Date: 2003-05-15 10:30:35 CEST
Sander Striker wrote:
> Grmbl. Indeed, mod_ssl sets the Authorization header internally,
Please see my response to Ben. If I do that, I also need AuthType Basic.
However, even if it would work, it would be unsatisfying. I only want
> mod_authn_ssl anyone? ;)
It may be the case that this can be fixed with a new module, or
SSLUserName %{SSL_CLIENT_S_DN_CN}
However, I believe it can *also* be fixed inside mod_dav_svn, by
That strategy would satisfy my needs. If users would request
SVNUserName %{SSL_CLIENT_S_DN_CN}
or, even more powerful
SVNUserName %{REMOTE_USER} or %{SSL_CLIENT_S_DN_CN} \
Regards,
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.