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

docs/manual/mod/mod_authnz_ldap.xml

index 8e3210cd3a9b28db695ca29ed9bccdd0363e3db6..184c7cf4089eb16237e404f5c37e9ef83460f1c7 100644 (file)
@@ -497,7 +497,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>