]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Restore log message tag 02636, assign unique tags.
authorGraham Leggett <minfrin@apache.org>
Mon, 20 Nov 2023 09:58:42 +0000 (09:58 +0000)
committerGraham Leggett <minfrin@apache.org>
Mon, 20 Nov 2023 09:58:42 +0000 (09:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913975 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/mod_authnz_ldap.c

index c5b874b7a5406933c79527ab34401f7d1796f002..1215fe2e38d6b1c2c04c50cc05da382f8a5a0df0 100644 (file)
@@ -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;