]> granicus.if.org Git - apache/commitdiff
Fixes quoting as per https://bz.apache.org/bugzilla/show_bug.cgi?id=62063
authorRich Bowen <rbowen@apache.org>
Tue, 13 Feb 2018 14:51:16 +0000 (14:51 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 13 Feb 2018 14:51:16 +0000 (14:51 +0000)
Credit: Hendrik Harms <hendrik.harms@gmail.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1824143 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authnz_ldap.xml

index 29897946215b9e0d32bef72349ea128715659ebd..f810f707b5d529dce3900c3e7019cdbfedb3d49f 100644 (file)
@@ -477,7 +477,7 @@ Require ldap-dn cn=Barbara Jenson, o=Example
     the attribute employeeType = active</p>
 
     <highlight language="config">
-Require ldap-attribute "employeeType=active"
+Require ldap-attribute employeeType="active"
 </highlight>
 
     <p>Multiple attribute/value pairs can be specified on the same line