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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user