30 Sep
2021
30 Sep
'21
3:01 p.m.
Hi I have dovecot director + nodes and migrate users from ldap to mysql. I allow to auth via e-mail and alias and uid - thats i need
In director ( where users is in ldap ) all works fine - user is proxy to UID like:
... doveadm auth test ola@domain.ltd passs passdb: ola@domain.ltd auth succeeded extra fields: user=uid_122_ola_domain.ltd proxy original_user=ola@domain.ltd ...
In lab director2 ( where users is in mysql) not: ... doveadm auth test ola@domain.ltd passs passdb: ola@domain.ltd auth succeeded extra fields: user=ola@domain.ltd proxy ...
and I dont known where is a problem in mysql. Mayby subquery/other ?