From: Rich Bowen
Date: Wed, 7 Feb 2018 13:44:27 +0000 (+0000)
Subject: Correct LDAP attribute quoting. Patch from hendrik.harms@gmail.com
X-Git-Tag: 2.4.30~116
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a4c4275244ab57fc2b3538813e8546f331375a96;p=apache
Correct LDAP attribute quoting. Patch from hendrik.harms@gmail.com
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1823464 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_authnz_ldap.xml b/docs/manual/mod/mod_authnz_ldap.xml
index 686e8ec151..2989794621 100644
--- a/docs/manual/mod/mod_authnz_ldap.xml
+++ b/docs/manual/mod/mod_authnz_ldap.xml
@@ -492,7 +492,7 @@ Require ldap-attribute "employeeType=active"
the city attribute equal to "San Jose" or status equal to "Active"
-Require ldap-attribute city="San Jose" "status=active"
+Require ldap-attribute city="San Jose" status="active"