From: Rich Bowen Date: Tue, 13 Feb 2018 14:51:33 +0000 (+0000) Subject: Fixes quoting as per https://bz.apache.org/bugzilla/show_bug.cgi?id=62063 X-Git-Tag: 2.5.0-alpha2-ci-test-only~2871 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dab71e3cc5d036b0777c8569c1d2b8d2c1d255ad;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/mod/mod_authnz_ldap.xml b/docs/manual/mod/mod_authnz_ldap.xml index 184c7cf4089..26a8623c9e3 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