cschiewek / devise_ldap_authenticatable

Devise Module for LDAP
MIT License
593 stars 359 forks source link

Can I specify an alternate host in my configuration? #223

Open daveomcd opened 8 years ago

daveomcd commented 8 years ago

I have my current configuration working as shown below. But is it possible to also add a "backup/alternate" server for it to switch to if the first one goes down?

development: host: blt01.sub.domain.net port: 389 attribute: sAMAccountName base: XXX admin_user: XXXX admin_password: XXXX ssl: false