Commit 8a905023 authored by Joe Orton's avatar Joe Orton
Browse files

Note that SSLUsername is ignored if FakeBasicAuth is used.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@179371 13f79535-47bb-0310-9956-ffa450edef68
parent caef6420
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1621,6 +1621,11 @@ 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>

<p>Note that this directive has no effect if the
<code>FakeBasic</code> option is used (see <a
href="#ssloptions">SSLOptions</a>).</p>

<example><title>Example</title>
SSLUserName SSL_CLIENT_S_DN_CN
</example>