From: Ruediger Pluem Date: Wed, 27 Jan 2021 17:07:30 +0000 (+0000) Subject: * Add lognumber X-Git-Tag: 2.5.0-alpha2-ci-test-only~1036 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e36c52e0a3133f456a2a2186c2ec1a09a2727bcc;p=thirdparty%2Fapache%2Fhttpd.git * Add lognumber git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1885945 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index d78ac9c3ca2..48d94d2c375 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -10263 +10264 diff --git a/modules/aaa/mod_authnz_ldap.c b/modules/aaa/mod_authnz_ldap.c index aed5b1eb049..a3353623f98 100644 --- a/modules/aaa/mod_authnz_ldap.c +++ b/modules/aaa/mod_authnz_ldap.c @@ -560,7 +560,7 @@ static authn_status authn_ldap_check_password(request_rec *r, const char *user, * problem. */ if (!(*password)) { - ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO() + ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(10263) "auth_ldap authenticate: empty password specified"); return AUTH_DENIED; }