1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

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
This commit is contained in:
Eric Covener
2013-06-24 19:48:34 +00:00
parent b62a407779
commit 482a66207f

View File

@@ -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,