From a4c4275244ab57fc2b3538813e8546f331375a96 Mon Sep 17 00:00:00 2001
From: Rich Bowen
Date: Wed, 7 Feb 2018 13:44:27 +0000
Subject: [PATCH] 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
---
docs/manual/mod/mod_authnz_ldap.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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"
--
2.40.0