cschiewek / devise_ldap_authenticatable

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

Allow a connection timeout to be set #235

Closed mattcg closed 4 years ago

mattcg commented 7 years ago

Ruby's Net::LDAP supports a connect_timeout option for setting the socket connection timeout when connecting to LDAP servers. Support this.