From: Rich Bowen Date: Wed, 7 Feb 2018 13:43:38 +0000 (+0000) Subject: Correct LDAP quoting. Patch from hendrik.harms@gmail.com X-Git-Tag: 2.5.0-alpha2-ci-test-only~2892 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f4329e95e31e0898864829b3085eac8e02f5dae;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/mod/mod_authnz_ldap.xml b/docs/manual/mod/mod_authnz_ldap.xml index 8e3210cd3a9..184c7cf4089 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"