Hi,
I have two IMAP/LMTP Dovecot server in replica (version 2.3.4.1), I use LDAP/AD for userdb, replica is working.
When I do a search like:
doveadm replicator status '*'
I receive user duplicated, with and without the domain part, for example:
test
but they are the same user; this lead the replicator doing twice
the work of replication.
I think this is related to /etc/dovecot/dovecot-ldap.conf
that is configured in this way:
hosts = xxx
base = dc=xxx,dc=xxxiterate_filter =
(&(objectCategory=person)(mail=*)(objectClass=user)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))
I think that iterate_attrs and iterate_filter
should be fixed, but I don't know how.
Please could someone give me any hints?
Thanks
Regards