Commit 9221a3ca authored by Rich Bowen's avatar Rich Bowen
Browse files

Correct LDAP attribute quoting. Patch from hendrik.harms@gmail.com


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1823464 13f79535-47bb-0310-9956-ffa450edef68
parent 00daaff1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>