From 4f4329e95e31e0898864829b3085eac8e02f5dae Mon Sep 17 00:00:00 2001
From: Rich Bowen
Date: Wed, 7 Feb 2018 13:43:38 +0000
Subject: [PATCH] Correct LDAP quoting. Patch from hendrik.harms@gmail.com
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1823463 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 8e3210cd3a..184c7cf408 100644
--- a/docs/manual/mod/mod_authnz_ldap.xml
+++ b/docs/manual/mod/mod_authnz_ldap.xml
@@ -497,7 +497,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