Dovecot against samba4 with LDAP

bogdan_bartos admin at blackpenguin.org
Thu Dec 24 16:32:12 UTC 2015


This is the 10-auth.conf

disable_plaintext_auth = no
auth_mechanisms = plain login

#!include auth-deny.conf.ext
#!include auth-master.conf.ext
#!include auth-system.conf.ext
#!include auth-sql.conf.ext
!include auth-ldap.conf.ext
#!include auth-passwdfile.conf.ext
#!include auth-checkpassword.conf.ext
#!include auth-vpopmail.conf.ext
#!include auth-static.conf.ext


And...the auth-ldap.conf:

passdb {
  driver = ldap
  args = /etc/dovecot/dovecot-ldap.conf.ext
}

userdb {
  driver = ldap
  args = /etc/dovecot/dovecot-ldap.conf.ext
}

and the dovecot-ldap.conf.ext file is tne one we've been working with so
far...



--
View this message in context: http://samba.2283325.n4.nabble.com/Dovecot-against-samba4-with-LDAP-tp4696169p4696178.html
Sent from the Samba - samba-technical mailing list archive at Nabble.com.



More information about the samba-technical mailing list