]> granicus.if.org Git - apache/commitdiff
Note that SSLUsername is ignored if FakeBasicAuth is used.
authorJoe Orton <jorton@apache.org>
Wed, 1 Jun 2005 10:36:03 +0000 (10:36 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 1 Jun 2005 10:36:03 +0000 (10:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@179371 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ssl.xml

index 20a11eaadc51319cde6b4bb27d4ce81e4ccdf944..5c807b28edf5b6410b2d35917e81dad2415a69ac 100644 (file)
@@ -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>