]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backport the SSLUsername documentation.
authorJoe Orton <jorton@apache.org>
Tue, 17 May 2005 20:40:54 +0000 (20:40 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 17 May 2005 20:40:54 +0000 (20:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@170658 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ssl.xml

index 4f6c60642223cc6f58ac1ac28628d45576d0fe97..5a73e12775d23098cb16f33016f55818602fd5b4 100644 (file)
@@ -1490,6 +1490,27 @@ SSLProxyCARevocationFile /usr/local/apache2/conf/ssl.crl/ca-bundle-remote-server
 </usage>
 </directivesynopsis>
 
+<directivesynopsis>
+<name>SSLUserName</name>
+<description>Variable name to determine user name</description>
+<syntax>SSLUserName <em>varname</em></syntax>
+<contextlist><context>server config</context>
+<context>directory</context>
+<context>.htaccess</context></contextlist>
+<override>AuthConfig</override>
+<compatibility>Available in Apache 2.0.51 and later</compatibility>
 
+<usage>
+<p>
+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
+<code>REMOTE_USER</code> to be set.  The <em>varname</em> can be
+any of the <a href="#envvars">SSL environment variables</a>.</p>
+<example><title>Example</title>
+SSLUserName SSL_CLIENT_S_DN_CN
+</example>
+</usage>
+</directivesynopsis>
 
 </modulesynopsis>