mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
ITS#9156 Do not spam the logs on account of lastbind
This commit is contained in:
parent
9e1a961792
commit
4cd096deff
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue