]> 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:33 +0000 (14:51 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 13 Feb 2018 14:51:33 +0000 (14:51 +0000)
Credit: Hendrik Harms <hendrik.harms@gmail.com>

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

index 184c7cf4089eb16237e404f5c37e9ef83460f1c7..26a8623c9e3234452af9c8c366e7888c5ca8422f 100644 (file)
@@ -482,7 +482,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