From: Rich Bowen Date: Tue, 13 Feb 2018 14:51:16 +0000 (+0000) Subject: Fixes quoting as per https://bz.apache.org/bugzilla/show_bug.cgi?id=62063 X-Git-Tag: 2.4.30~80 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6daddfe50de6bcbf3617fa2a5d82bfc1b9cd0e21;p=apache 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/branches/2.4.x@1824143 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authnz_ldap.xml b/docs/manual/mod/mod_authnz_ldap.xml index 2989794621..f810f707b5 100644 --- a/docs/manual/mod/mod_authnz_ldap.xml +++ b/docs/manual/mod/mod_authnz_ldap.xml @@ -477,7 +477,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