From: Joe Orton Date: Tue, 17 May 2005 20:40:54 +0000 (+0000) Subject: Backport the SSLUsername documentation. X-Git-Tag: 2.0.55~213 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f937b80a3b4a15a7edd8368ff4fa902cb1e408f;p=thirdparty%2Fapache%2Fhttpd.git Backport the SSLUsername documentation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@170658 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index 4f6c6064222..5a73e12775d 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -1490,6 +1490,27 @@ SSLProxyCARevocationFile /usr/local/apache2/conf/ssl.crl/ca-bundle-remote-server + +SSLUserName +Variable name to determine user name +SSLUserName varname +server config +directory +.htaccess +AuthConfig +Available in Apache 2.0.51 and later + +

+This directive sets the "user" field in the Apache request object. +This is used by lower modules to identify the user with a character +string. In particular, this may cause the environment variable +REMOTE_USER to be set. The varname can be +any of the SSL environment variables.

+Example +SSLUserName SSL_CLIENT_S_DN_CN + +
+