]> granicus.if.org Git - apache/commitdiff
PR59611: Fix AH02633 require type
authorEric Covener <covener@apache.org>
Sun, 22 May 2016 12:00:33 +0000 (12:00 +0000)
committerEric Covener <covener@apache.org>
Sun, 22 May 2016 12:00:33 +0000 (12:00 +0000)
Submitted By: Tianyin Xu <tixu cs.ucsd.edu>
Commited By: covener

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745033 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/mod_authnz_ldap.c

index 78a9468e13939ebdf0a6b28b1095cf7a2c475fb5..d9212f228877711b56c52749d7229ed40fcd7be1 100644 (file)
@@ -1433,7 +1433,7 @@ static authz_status ldapsearch_check_authorization(request_rec *r,
     }
 
     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);
 
     return AUTHZ_DENIED;