You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2016/05/22 00:53:53 UTC

[Bug 59611] New: Copy-and-paste error in ldapsearch_check_authorization log

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

            Bug ID: 59611
           Summary: Copy-and-paste error in ldapsearch_check_authorization
                    log
           Product: Apache httpd-2
           Version: 2.4.20
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_authnz_ldap
          Assignee: bugs@httpd.apache.org
          Reporter: tixu@cs.ucsd.edu

In ldapsearch_check_authorization(..) of modules/aaa/mod_authnz_ldap.c, the
error log msg has the wrong directive name, due to copy-and-paste error from
ldapfilter_check_authorization(..)

Patch is available. 

     ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(02633)
-                  "auth_ldap authorize filter: authorization denied for "
+                  "auth_ldap authorize search: authorization denied for "
                   "to %s", r->uri);

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 59611] Copy-and-paste error in ldapsearch_check_authorization log

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

Eric Covener <co...@gmail.com> changed:

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

--- Comment #3 from Eric Covener <co...@gmail.com> ---
function seems to only exist in trunk, marking resolved.

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


[Bug 59611] Copy-and-paste error in ldapsearch_check_authorization log

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

Tianyin Xu <ti...@cs.ucsd.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tixu@cs.ucsd.edu

--- Comment #1 from Tianyin Xu <ti...@cs.ucsd.edu> ---
Created attachment 33859
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=33859&action=edit
Patch against trunk

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 59611] Copy-and-paste error in ldapsearch_check_authorization log

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

Eric Covener <co...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |FixedInTrunk

--- Comment #2 from Eric Covener <co...@gmail.com> ---
Thanks for the report and patch, committed to trunk and will propose for 2.4.x
shortly.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org