]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9156 Do not spam the logs on account of lastbind 145/merge
authorOndřej Kuzník <ondra@mistotebe.net>
Mon, 7 Jun 2021 14:52:25 +0000 (15:52 +0100)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 21 Jun 2021 18:37:30 +0000 (18:37 +0000)
servers/slapd/bind.c

index 9d6ffc6b12a4be72c68c06bce3f773f6705f07ae..edb7b96719bfac0bed5f2d9e3e7cc0dd5fd86bcc 100644 (file)
@@ -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 );