You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by bu...@apache.org on 2018/01/30 15:50:15 UTC

[Bug 62063] New: mod_authnz_ldap.html#reqattribute - wrong quoting in examples

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: docs@httpd.apache.org
          Reporter: hendrik.harms@gmail.com
  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: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


[Bug 62063] mod_authnz_ldap.html#reqattribute - wrong quoting in examples

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62063

Hendrik Harms <he...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #2 from Hendrik Harms <he...@gmail.com> ---
Pardon - but I have to reopen this. 

Only the second example was fixed. The first one is still 
wrong:
   Require ldap-attribute "employeeType=active"

correct:
   Require ldap-attribute employeeType="active"

No quote before the attributename. Only the value is allowed to be surrounded
by quotes optionally - the attributename isn't.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


[Bug 62063] mod_authnz_ldap.html#reqattribute - wrong quoting in examples

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62063

Rich Bowen <rb...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Rich Bowen <rb...@apache.org> ---
Thanks. Patch applied in trunk and 2.4

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


[Bug 62063] mod_authnz_ldap.html#reqattribute - wrong quoting in examples

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62063

Hendrik Harms <he...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|VERIFIED                    |CLOSED

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


[Bug 62063] mod_authnz_ldap.html#reqattribute - wrong quoting in examples

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62063

Rich Bowen <rb...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|REOPENED                    |RESOLVED

--- Comment #3 from Rich Bowen <rb...@apache.org> ---
Thanks. Fixed again, and credit given.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


[Bug 62063] mod_authnz_ldap.html#reqattribute - wrong quoting in examples

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62063

Hendrik Harms <he...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED

--- Comment #4 from Hendrik Harms <he...@gmail.com> ---
Thanks - verified:
https://httpd.apache.org/docs/2.4/mod/mod_authnz_ldap.html#reqattribute

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org