So you are saying I can define multiple passdb and userdb, each pointing to a different ldap config file?
Thanks
Romer Ventura
-----Original Message----- From: dovecot-bounces@dovecot.org [mailto:dovecot-bounces@dovecot.org] On Behalf Of Joseba Torre Sent: Monday, October 03, 2011 10:22 AM To: dovecot@dovecot.org Subject: Re: [Dovecot] Multiple LDAP authentication servers
On Lunes 03 Octubre 2011 16:29:39 Romer Ventura escribió:
Is there any way to get dovecot to try a second LDAP server if the first one fails to authenticate..?
Sure; just add a second passdb (maybe you also need a second userdb) pointing to the other server. Something like
passdb ldap { args = /usr/local/etc/AD.conf } passdb ldap { args = /usr/local/etc/second.conf }
HTH
Joseba Torre. Vicegerencia de TICs, área de Explotación