summaryrefslogtreecommitdiffstats
path: root/app/views/auth_sources
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-10-16 19:09:21 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-10-16 19:09:21 +0000
commit4c509c9423a11feb665e98e91661fc0a06a043a1 (patch)
tree947dddfc3f78d7c371834e8d2df32857a399f671 /app/views/auth_sources
parent9ce5713ee49166a826fcd4355aab825070ddfa07 (diff)
downloadredmine-4c509c9423a11feb665e98e91661fc0a06a043a1.tar.gz
redmine-4c509c9423a11feb665e98e91661fc0a06a043a1.zip
Added LDAPS support for LDAP authentication.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@844 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/auth_sources')
-rw-r--r--app/views/auth_sources/_form.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/auth_sources/_form.rhtml b/app/views/auth_sources/_form.rhtml
index b6365dce5..24d2913e3 100644
--- a/app/views/auth_sources/_form.rhtml
+++ b/app/views/auth_sources/_form.rhtml
@@ -9,7 +9,7 @@
<%= text_field 'auth_source', 'host' %></p>
<p><label for="auth_source_port"><%=l(:field_port)%> <span class="required">*</span></label>
-<%= text_field 'auth_source', 'port', :size => 6 %></p>
+<%= text_field 'auth_source', 'port', :size => 6 %> <%= check_box 'auth_source', 'tls' %> LDAPS</p>
<p><label for="auth_source_account"><%=l(:field_account)%></label>
<%= text_field 'auth_source', 'account' %></p>