diff options
author | Graham Leggett <minfrin@apache.org> | 2023-11-20 10:58:42 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2023-11-20 10:58:42 +0100 |
commit | 8f7a7ec06e4c1ec2959bcb0fd560d178173d93aa (patch) | |
tree | a4871c3269266035449f470017858a83de47a52e /modules/aaa | |
parent | Bump log-message-tags. (diff) | |
download | apache2-8f7a7ec06e4c1ec2959bcb0fd560d178173d93aa.tar.xz apache2-8f7a7ec06e4c1ec2959bcb0fd560d178173d93aa.zip |
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
Diffstat (limited to 'modules/aaa')
-rw-r--r-- | modules/aaa/mod_authnz_ldap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/aaa/mod_authnz_ldap.c b/modules/aaa/mod_authnz_ldap.c index c5b874b7a5..1215fe2e38 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; |