https://bugs.openldap.org/show_bug.cgi?id=9710
Issue ID: 9710 Summary: integrated lastbind debug statement at ANY level Product: OpenLDAP Version: 2.5.7 Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: slapd Assignee: bugs@openldap.org Reporter: quanah@openldap.org Target Milestone: ---
For some reason, a debug statement for the newly integrated lastbind code is logging at ANY level, which seems incorrect:
Debug( LDAP_DEBUG_ANY, "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 );
This results in log lines with every bind like:
Sep 30 01:41:42 ub18 slapd[5980]: fe_op_lastbind: old pwdLastSuccess value=20210930014121Z 21s ago
I think a different loglevel should be in use here.
https://bugs.openldap.org/show_bug.cgi?id=9710
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |2.5.8 Keywords|needs_review |
--- Comment #1 from Quanah Gibson-Mount quanah@openldap.org --- Move to TRACE
https://bugs.openldap.org/show_bug.cgi?id=9710
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |CONFIRMED Assignee|bugs@openldap.org |quanah@openldap.org Ever confirmed|0 |1
https://bugs.openldap.org/show_bug.cgi?id=9710
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |DUPLICATE
--- Comment #2 from Quanah Gibson-Mount quanah@openldap.org --- This was fixed in:
4cd096defffc278f13edf9a194f4bc62095a947e
but never backported to RE25.
*** This issue has been marked as a duplicate of issue 9156 ***
https://bugs.openldap.org/show_bug.cgi?id=9710
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED