[Dovecot] Multiple LDAP authentication servers

Joseba Torre joseba.torre at ehu.es
Mon Oct 3 18:22:11 EEST 2011


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



More information about the dovecot mailing list