]> source.dussan.org Git - redmine.git/commit
Adds a configurable timeout for LDAP authentication (#8978).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 7 Jul 2012 09:36:04 +0000 (09:36 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 7 Jul 2012 09:36:04 +0000 (09:36 +0000)
commit3b207ee77caf47953fb436099b384099c97ff16b
treed849bcd26968b13467f66cb4b9e7b1cc4c38043e
parent553066e804dd5796ac4f8d1d775cfeb5670d239f
Adds a configurable timeout for LDAP authentication (#8978).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9931 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/models/auth_source.rb
app/models/auth_source_ldap.rb
app/views/auth_sources/_form_auth_source_ldap.html.erb
config/locales/en.yml
config/locales/fr.yml
db/migrate/20120707064544_add_auth_sources_timeout.rb [new file with mode: 0644]
test/unit/auth_source_ldap_test.rb