Hi,
I have indexed my mdb by:
slapcat -f slapd.conf -q
After that, I can find entries quickly with the filter:
mail=viet...@example.com
But I cannot find the entry:
mail=viet2000000@example.com,dc=example,dc=com
with that filter.
However, I can search that entry with other filter:
mail=viet200000*@example.com
My slapd.conf:
index mail eq
Thanks,
Viet