You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2018/02/07 13:44:27 UTC

svn commit: r1823464 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authnz_ldap.xml

Author: rbowen
Date: Wed Feb  7 13:44:27 2018
New Revision: 1823464

URL: http://svn.apache.org/viewvc?rev=1823464&view=rev
Log:
Correct LDAP attribute quoting. Patch from hendrik.harms@gmail.com

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authnz_ldap.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authnz_ldap.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authnz_ldap.xml?rev=1823464&r1=1823463&r2=1823464&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authnz_ldap.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authnz_ldap.xml Wed Feb  7 13:44:27 2018
@@ -492,7 +492,7 @@ Require ldap-attribute "employeeType=act
     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>