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: [email protected]
          Reporter: [email protected]

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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to