Skip to content

Commit

Permalink
PR33859: Fix AH02633 require type
Browse files Browse the repository at this point in the history
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
  • Loading branch information
covener committed May 22, 2016
1 parent 2ec6b00 commit a8fecda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aaa/mod_authnz_ldap.c
Expand Up @@ -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;
Expand Down

0 comments on commit a8fecda

Please sign in to comment.