I am probably missing something simple in LDAP filter syntax here, I am trying to query the database created by the accesslog overlay in OpenLDAP by the reqStart attribute. I can filter on equality, but am failing to filter on a range or partial value. The goal being to find all accesslog entries after a certain date/time.
With a value of reqStart: 20180213144256.000008Z, the filter (reqStart=20180213144256.000008Z) works but the following do not:
(reqStart>=20180213000000)(reqStart=20180213*)