diff --git a/seed/applicationservice/2022.03.08/dovecot/templates/dovecot-ldap.conf.ext b/seed/applicationservice/2022.03.08/dovecot/templates/dovecot-ldap.conf.ext index d721fdc5..1bdb6c45 100644 --- a/seed/applicationservice/2022.03.08/dovecot/templates/dovecot-ldap.conf.ext +++ b/seed/applicationservice/2022.03.08/dovecot/templates/dovecot-ldap.conf.ext @@ -81,6 +81,9 @@ tls_require_cert = hard # is still used, only the password field is ignored in it. Before doing any # search, the binding is switched back to the default DN. #auth_bind = no +#>GNUNUX +auth_bind = yes +#GNUNUX -auth_bind = yes -auth_bind_userdn = cn=%u,%%ldapclient_base_dn -#GNUNUX -user_filter = (&(objectClass=inetOrgPerson)(cn=%u)) +user_filter = (&(objectClass=inetOrgPerson)(mail=%u)) # - +