Skip to content

Commit

Permalink
mod_authnz_ldap: Follow up to r1914067: Deduplicate APLOGNO(01699).
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914193 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
ylavic committed Nov 28, 2023
1 parent e739260 commit 9fbb998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aaa/mod_authnz_ldap.c
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ static authz_status ldapgroup_check_authorization(request_rec *r,
if (!req->dn) {
authz_status rv;
if (!*r->user) {
ap_log_rerror(APLOG_MARK, APLOG_WARNING, 0, r, APLOGNO(01699)
ap_log_rerror(APLOG_MARK, APLOG_WARNING, 0, r, APLOGNO(10490)
"ldap authorize: Userid is blank, AuthType=%s",
r->ap_auth_type);
}
Expand Down

0 comments on commit 9fbb998

Please sign in to comment.