From 6590c7c8ef222140439ca3e253563058741aeaa8 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Thu, 26 Dec 2013 14:09:37 +0000 Subject: [PATCH] emphasize that these directives only apply to authn git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1553487 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_authnz_ldap.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_authnz_ldap.xml b/docs/manual/mod/mod_authnz_ldap.xml index ed4c7888da..a6dfdf6aec 100644 --- a/docs/manual/mod/mod_authnz_ldap.xml +++ b/docs/manual/mod/mod_authnz_ldap.xml @@ -1118,10 +1118,13 @@ query to set the REMOTE_USER environment variable value of the attribute specified. Make sure that this attribute is included in the list of attributes in the AuthLDAPUrl definition, otherwise this directive will have no effect. This directive, if - present, takes precedence over AuthLDAPRemoteUserIsDN. This + present, takes precedence over AuthLDAPRemoteUserIsDN. This directive is useful should you want people to log into a website using an email address, but a backend application expects the username as a userid.

+

This directive only has effect when this module is used for + authentication.

@@ -1141,6 +1144,8 @@ environment variable distinguished name of the authenticated user, rather than just the username that was passed by the client. It is turned off by default.

+

This directive only has effect when this module is used for + authentication.

-- 2.40.0