From 482a66207fa580e22305e623cf04cb08fb8354da Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Mon, 24 Jun 2013 19:48:34 +0000 Subject: [PATCH] Drop severity from DEBUG to trace4: "... didn't match with attr DN failed group verification." (This is just mod_authnz_ldap trying multiple atribbutes to discover LDAP subgroups) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1496183 13f79535-47bb-0310-9956-ffa450edef68 --- modules/aaa/mod_authnz_ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aaa/mod_authnz_ldap.c b/modules/aaa/mod_authnz_ldap.c index 2c25dbc73f..a03436b61f 100644 --- a/modules/aaa/mod_authnz_ldap.c +++ b/modules/aaa/mod_authnz_ldap.c @@ -891,7 +891,7 @@ static authz_status ldapgroup_check_authorization(request_rec *r, return AUTHZ_GRANTED; } else { - ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(01719) + ap_log_rerror(APLOG_MARK, APLOG_TRACE4, 0, r, APLOGNO(01719) "auth_ldap authorize: require group \"%s\": " "didn't match with attr %s [%s][%d - %s]", t, ldc->reason, ent[i].name, result, -- 2.40.0