]> source.dussan.org Git - redmine.git/commit
Support self-signed LDAPS connections (#29606).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 23 Sep 2018 13:28:36 +0000 (13:28 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 23 Sep 2018 13:28:36 +0000 (13:28 +0000)
commita9eaf563a5d24a2295f234453cec82811e908dd9
tree30a50e943ea15d367d66db403adb0c0b6e10ad71
parent2ef5ce247a895f28fb731da2ece940164f8ca19d
Support self-signed LDAPS connections (#29606).

Patch by Gregor Schmidt.

git-svn-id: http://svn.redmine.org/redmine/trunk@17505 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/de.yml
config/locales/en.yml
db/migrate/20180913072918_add_verify_peer_to_auth_sources.rb [new file with mode: 0644]
public/javascripts/application.js
test/unit/auth_source_ldap_test.rb