mirror of
https://github.com/philippdieter/puppet-ldapquery.git
synced 2025-10-13 12:55:48 +00:00
Merge pull request #12 from xaque208/ldapgem
Update requirements for net-ldap due to CVE-2017-17718
This commit is contained in:
commit
a863ecd2a9
2
Gemfile
2
Gemfile
@ -44,7 +44,7 @@ group :development do
|
|||||||
end
|
end
|
||||||
|
|
||||||
group :extra do
|
group :extra do
|
||||||
gem 'net-ldap', '~> 0.12.1', :require => false
|
gem 'net-ldap', '~> 0.16.0', :require => false
|
||||||
end
|
end
|
||||||
|
|
||||||
group :testextra do
|
group :testextra do
|
||||||
|
@ -52,7 +52,7 @@ module PuppetX
|
|||||||
tls = Puppet[:ldaptls]
|
tls = Puppet[:ldaptls]
|
||||||
ca_file = "#{Puppet[:confdir]}/ldap_ca.pem"
|
ca_file = "#{Puppet[:confdir]}/ldap_ca.pem"
|
||||||
|
|
||||||
# TODO if not exists ldap_ca.pem fail
|
# TODO: if not exists ldap_ca.pem fail
|
||||||
|
|
||||||
conf = {
|
conf = {
|
||||||
host: host,
|
host: host,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user