On 25. juli 2017 09:10, Amit wrote:
I find sometimes order of event in openldap logs as: BIND RESULT ACCEPT (...)
What cant be the reason, is it related to openldap logging mechanism or Logger rsyslog.
You can or could be out-of-order logging when different operations on the connection are handled by different threads. In particular if you have an old OpenLDAP release. We've fixed some, but I don't know if we did them all. I remember leaving one case as it was because fixing it would mean delay releasing a lock. (ITS#7543)