Hello, I have a curly one for y'all:
Our ldap database has objects with the following attributes (amongst
others):
mail
maildrop
mailacceptinggeneralid
When I search with this filter "(mail=my@email.address.com)" it matches
any record where:
a) mail = my@email.address.com
b) maildrop = my@email.address.com
c) mailacceptinggeneralid = my@email.address.com
Obviously there's some funky wildcard foo going on there, but all the
docs I can find suggest this is NOT normal behaviour.
Anyone struck this before/know how to fix it?
BTW, slapd v2.0.23 (debian stable)