Commit 50fa070a authored by Joe Orton's avatar Joe Orton
Browse files

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
parent 7dd636a0
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -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>