https://bugs.openldap.org/show_bug.cgi?id=9753
--- Comment #19 from Michael Ströder michael@stroeder.com ---
--- Comment #18 from Shawn McKinney smckinney@symas.com --- I see that a pwdChangedTime search was broke, then worked after the patch. Can you provide specifics as to a test case to repeat this error?
It was the usual search for entries with passwords which will expire soon (password expiry warning period).
Example filter:
(&(pwdChangedTime>=20210609160107Z)(pwdChangedTime<=20210708160107Z))
The search did not return all the expected results.