On Thu, Mar 26, 2026 at 07:17:15AM +0000, Sebastian Perkins wrote:
could you share your configuration, are you using RWM or any of the proxies (back-ldap, slapo-chain, meta, ...)? Also if you manage to set
Here is the config (a bit anonymised) on ldap 2.4 and 2.6, we only changed policy (now standard) and TLS setup (Debian 13 compiled it with openssl)
I still don't see it in any of the similar configurations I've used. Nor do I see anything out of the ordinary in your configuration.
If you only load the modules you use (removing the rwm, meta, ... modules below) does it still happen?
# moduleload back_hdb moduleload back_monitor moduleload back_ldap moduleload back_meta moduleload back_relay moduleload rwm moduleload syncprov moduleload auditlog.la moduleload ppolicy.la moduleload memberof.la moduleload refint.la moduleload back_mdb moduleload lastbind.so
Also (and this is unrelated), you don't need to use lastbind overlay anymore on 2.6, if you are happy to use the attribute pwdLastSuccess instead (defined in behera-ppolicy-10 and onward), you can just use:
lastbind on lastbind-precision 60
Instead of the overlay.
Regards,