From: Graham Leggett Date: Mon, 20 Nov 2023 09:58:42 +0000 (+0000) Subject: Restore log message tag 02636, assign unique tags. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f7a7ec06e4c1ec2959bcb0fd560d178173d93aa;p=thirdparty%2Fapache%2Fhttpd.git Restore log message tag 02636, assign unique tags. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913975 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/aaa/mod_authnz_ldap.c b/modules/aaa/mod_authnz_ldap.c index c5b874b7a54..1215fe2e38d 100644 --- a/modules/aaa/mod_authnz_ldap.c +++ b/modules/aaa/mod_authnz_ldap.c @@ -1430,7 +1430,7 @@ static authz_status ldapsearch_check_authorization(request_rec *r, } if (!sec->host) { - ap_log_rerror(APLOG_MARK, APLOG_WARNING, 0, r, APLOGNO(01738) + ap_log_rerror(APLOG_MARK, APLOG_WARNING, 0, r, APLOGNO(10486) "auth_ldap authorize: no sec->host - weird...?"); return AUTHZ_DENIED; } @@ -1442,7 +1442,7 @@ static authz_status ldapsearch_check_authorization(request_rec *r, */ if (!*r->user) { - ap_log_rerror(APLOG_MARK, APLOG_WARNING, 0, r, APLOGNO(01739) + ap_log_rerror(APLOG_MARK, APLOG_WARNING, 0, r, APLOGNO(10487) "ldap authorize: Userid is blank, AuthType=%s", r->ap_auth_type); } @@ -1460,7 +1460,7 @@ static authz_status ldapsearch_check_authorization(request_rec *r, } if (req->dn == NULL || !*req->dn) { - ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(01742) + ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(02636) "auth_ldap authorize: require ldap-filter: user's DN " "has not been defined; failing authorization"); return AUTHZ_DENIED;