summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2005-06-01 10:36:03 +0000
committerJoe Orton <jorton@apache.org>2005-06-01 10:36:03 +0000
commita91f8025a8226ba0a8492e43415fdec7f66ec8ff (patch)
tree278c0b203d7b4bedba41232c4a168d0de5f32e78
parente1955172abce5bd1ba52ff16b79b2961c7f79383 (diff)
downloadhttpd-a91f8025a8226ba0a8492e43415fdec7f66ec8ff.tar.gz
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
-rw-r--r--docs/manual/mod/mod_ssl.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml
index 20a11eaadc..5c807b28ed 100644
--- a/docs/manual/mod/mod_ssl.xml
+++ b/docs/manual/mod/mod_ssl.xml
@@ -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>