From 43208f0968ecfa97e571e551e295716c5c88b46b Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Mon, 23 May 2022 08:55:14 +0200 Subject: [PATCH] multi family support --- .../dovecot/templates/dovecot-ldap.conf.ext | 11 +++++------ .../ldap-client/dictionaries/21_ldap-client.xml | 2 +- .../2022.03.08/lemonldap/templates/lmConf-1.json | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) 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)) # - +