From dab71e3cc5d036b0777c8569c1d2b8d2c1d255ad Mon Sep 17 00:00:00 2001
From: Rich Bowen
Date: Tue, 13 Feb 2018 14:51:33 +0000
Subject: [PATCH] Fixes quoting as per
https://bz.apache.org/bugzilla/show_bug.cgi?id=62063 Credit: Hendrik Harms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1824144 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 184c7cf408..26a8623c9e 100644
--- a/docs/manual/mod/mod_authnz_ldap.xml
+++ b/docs/manual/mod/mod_authnz_ldap.xml
@@ -482,7 +482,7 @@ Require ldap-dn cn=Barbara Jenson, o=Example
the attribute employeeType = active
-Require ldap-attribute "employeeType=active"
+Require ldap-attribute employeeType="active"
Multiple attribute/value pairs can be specified on the same line
--
2.50.1