From 3934dd704f33c20955b152b6bee1a330d10335b4 Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Fri, 21 May 2004 03:14:06 +0000 Subject: [PATCH] Quotes cannot be used around require group and require dn directives, update the documentation to reflect this. Also add quotes around the dn and group within debug messages, to make it more obvious why authentication is failing if quotes are used in error. PR: 19304 Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103711 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 6 ++++++ docs/manual/mod/mod_auth_ldap.xml | 24 +++++++++++++----------- modules/experimental/mod_auth_ldap.c | 10 +++++----- 3 files changed, 24 insertions(+), 16 deletions(-) diff --git a/CHANGES b/CHANGES index c2f844a4bd..4fda184dca 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,12 @@ Changes with Apache 2.1.0-dev [Remove entries to the current 2.0 section below, when backported] + *) Quotes cannot be used around require group and require dn + directives, update the documentation to reflect this. Also add + quotes around the dn and group within debug messages, to make it + more obvious why authentication is failing if quotes are used in + error. PR 19304 [Graham Leggett] + *) The Microsoft LDAP SDK escapes filters for us, stop util_ldap from escaping filters twice when the backslash character is used. PR 24437 [Jess Holle ] diff --git a/docs/manual/mod/mod_auth_ldap.xml b/docs/manual/mod/mod_auth_ldap.xml index 92418c1b98..d7959ba0d1 100644 --- a/docs/manual/mod/mod_auth_ldap.xml +++ b/docs/manual/mod/mod_auth_ldap.xml @@ -1,7 +1,7 @@ - +