> 
> so far I had a setup where Dovecot was using a passwd file as userdb and
> passdb. Postfix was then authenticating with Dovecot via SASL to
> validate user accounts.
> 
> Now I added an LDAP backend and would like to use that for Dovecot and
> Postfix. My first approach was to change the passdb to use the LDAP
> driver with the following settings:
> 
> hosts = openldap:1389
> base = ou=users,dc=example,dc=com
> auth_bind = yes
> auth_bind_userdn = uid=%n,ou=users,dc=example,dc=com
> 

So why not handle this on the os? Have the os publish the ldap users, and have 
dovecot handle os users. It needs to create uid's anyway for the files etc.
_______________________________________________
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org

Reply via email to