diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-07-07 09:36:04 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-07-07 09:36:04 +0000 |
commit | 3b207ee77caf47953fb436099b384099c97ff16b (patch) | |
tree | d849bcd26968b13467f66cb4b9e7b1cc4c38043e /app/views/auth_sources | |
parent | 553066e804dd5796ac4f8d1d775cfeb5670d239f (diff) | |
download | redmine-3b207ee77caf47953fb436099b384099c97ff16b.tar.gz redmine-3b207ee77caf47953fb436099b384099c97ff16b.zip |
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
Diffstat (limited to 'app/views/auth_sources')
-rw-r--r-- | app/views/auth_sources/_form_auth_source_ldap.html.erb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/auth_sources/_form_auth_source_ldap.html.erb b/app/views/auth_sources/_form_auth_source_ldap.html.erb index 3ddf43a9a..9a6afb36b 100644 --- a/app/views/auth_sources/_form_auth_source_ldap.html.erb +++ b/app/views/auth_sources/_form_auth_source_ldap.html.erb @@ -26,6 +26,9 @@ <p><label for="auth_source_custom_filter"><%=l(:field_ldap_filter)%></label> <%= text_field 'auth_source', 'filter', :size => 60 %></p> +<p><label for="auth_source_timeout"><%=l(:field_timeout)%></label> +<%= text_field 'auth_source', 'timeout', :size => 4 %></p> + <p><label for="auth_source_onthefly_register"><%=l(:field_onthefly)%></label> <%= check_box 'auth_source', 'onthefly_register' %></p> </div> |