]> granicus.if.org Git - apache/commitdiff
Correct LDAP attribute quoting. Patch from hendrik.harms@gmail.com
authorRich Bowen <rbowen@apache.org>
Wed, 7 Feb 2018 13:44:27 +0000 (13:44 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 7 Feb 2018 13:44:27 +0000 (13:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1823464 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authnz_ldap.xml

index 686e8ec1518573db1e03229127a928b9c6cf1fad..29897946215b9e0d32bef72349ea128715659ebd 100644 (file)
@@ -492,7 +492,7 @@ Require ldap-attribute "employeeType=active"
     the city attribute equal to "San Jose" or status equal to "Active"</p>
 
     <highlight language="config">
-Require ldap-attribute city="San Jose" "status=active"
+Require ldap-attribute city="San Jose" status="active"
 </highlight>
 
 </section>