From a91f8025a8226ba0a8492e43415fdec7f66ec8ff Mon Sep 17 00:00:00 2001
From: Joe Orton
Date: Wed, 1 Jun 2005 10:36:03 +0000
Subject: [PATCH] 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
---
docs/manual/mod/mod_ssl.xml | 5 +++++
1 file changed, 5 insertions(+)
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
REMOTE_USER
to be set. The varname can be
any of the SSL environment variables.
+
+Note that this directive has no effect if the
+FakeBasic
option is used (see SSLOptions).
+
Example
SSLUserName SSL_CLIENT_S_DN_CN
--
2.40.0