https://bz.apache.org/bugzilla/show_bug.cgi?id=62063

            Bug ID: 62063
           Summary: mod_authnz_ldap.html#reqattribute - wrong quoting in
                    examples
           Product: Apache httpd-2
           Version: 2.4.29
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Documentation
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Both examples in the section mod_authnz_ldap.html#reqattribute do not work
cause of wrong quoting. The attributename is not allowed to be quoted. If you
do so you would get the error LDAP_NO_SUCH_ATTRIBUTE.
The required value could be quoted. 

wrong: 
> Require ldap-attribute "employeeType=active"
> Require ldap-attribute city="San Jose" "status=active"

correct:
  Require ldap-attribute employeeType="active"
  Require ldap-attribute city="San Jose" status="active"
  Require ldap-attribute objectClass=person

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to