mirror of
https://github.com/redmine/redmine.git
synced 2025-12-15 21:10:27 +01:00
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
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class AddVerifyPeerToAuthSources < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
change_table :auth_sources do |t|
|
||||
t.boolean :verify_peer, default: true, null: false
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user