Merge pull request #22 from github/Shaeli-patch-1
Update ldap.rb to allow unencrypted LDAP Access
This commit is contained in:
Коммит
a380771872
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
entitlements-app (0.2.0)
|
||||
entitlements-app (0.2.1)
|
||||
concurrent-ruby (= 1.1.9)
|
||||
faraday (~> 2.0)
|
||||
net-ldap (~> 0.17)
|
||||
|
@ -27,10 +27,10 @@ GEM
|
|||
reline (>= 0.3.1)
|
||||
diff-lcs (1.5.0)
|
||||
docile (1.4.0)
|
||||
faraday (2.5.2)
|
||||
faraday (2.7.4)
|
||||
faraday-net_http (>= 2.0, < 3.1)
|
||||
ruby2_keywords (>= 0.0.4)
|
||||
faraday-net_http (3.0.0)
|
||||
faraday-net_http (3.0.2)
|
||||
hashdiff (1.0.1)
|
||||
i18n (1.12.0)
|
||||
concurrent-ruby (~> 1.0)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
0.2.0
|
||||
0.2.1
|
||||
|
|
|
@ -239,8 +239,6 @@ module Entitlements
|
|||
verify_mode: @disable_ssl_verification ? OpenSSL::SSL::VERIFY_NONE : OpenSSL::SSL::VERIFY_PEER
|
||||
}
|
||||
}
|
||||
else
|
||||
ldap_options[:encryption] = { method: nil }
|
||||
end
|
||||
|
||||
if @ca_file && ldap_options[:encryption].key?(:tls_options)
|
||||
|
|
|
@ -64,7 +64,6 @@ describe Entitlements::Service::LDAP do
|
|||
.with(
|
||||
host: "ldap.example.net",
|
||||
port: 389,
|
||||
encryption: { method: nil },
|
||||
auth: {
|
||||
method: :simple,
|
||||
username: "uid=some-user,ou=system-accounts,dc=example,dc=net",
|
||||
|
|
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
Загрузка…
Ссылка в новой задаче