https://bugs.openldap.org/show_bug.cgi?id=9753
--- Comment #20 from Shawn McKinney smckinney@symas.com --- (In reply to Michael Ströder from comment #19)
--- 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.
This helps. More questions, what version? Also, can you supply an (ldif) example of an entry that fit the criteria but wasn't returned by the search?
Is the condition repeatable or intermittent? Can you recreate it?
Thanks
-- Shawn