From 4cd096defffc278f13edf9a194f4bc62095a947e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ond=C5=99ej=20Kuzn=C3=ADk?= Date: Mon, 7 Jun 2021 15:52:25 +0100 Subject: [PATCH] ITS#9156 Do not spam the logs on account of lastbind --- servers/slapd/bind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/slapd/bind.c b/servers/slapd/bind.c index 9d6ffc6b12..edb7b96719 100644 --- a/servers/slapd/bind.c +++ b/servers/slapd/bind.c @@ -429,7 +429,7 @@ fe_op_lastbind( Operation *op ) lutil_tm2time( &tm, &tt ); bindtime = tt.tt_sec; } - Debug( LDAP_DEBUG_ANY, "fe_op_lastbind: " + Debug( LDAP_DEBUG_TRACE, "fe_op_lastbind: " "old pwdLastSuccess value=%s %lds ago\n", a->a_nvals[0].bv_val, bindtime == (time_t)-1 ? -1 : op->o_time - bindtime ); -- 2.47.2