lita-activedirectory 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 60bec70a51c1feed26b67d6f88e2dc12392de3a1
4
- data.tar.gz: 8dfc33dd17f167e08c2583ef48fa8fde1fda990e
3
+ metadata.gz: da32a982bad52d67469e32b96a10b87d3a7079d2
4
+ data.tar.gz: e407c9b7d132064e955d5999f1da6c9b6826baaf
5
5
  SHA512:
6
- metadata.gz: f2306542aacdfb4d464449c59fc4ac7d0bc82d9fd6ff4f579fc92e3545ad29b56a780fbc47ee0d618678262ab13fc0d001c0d94485602a742b28aa4b09eae6cf
7
- data.tar.gz: a456f0d4139f3cdae808081ee305e944299d8fe45b0c6fa982a2b170475e2b112f785cdddc2f43eae2f8b68a8fc63d21f262ba03e659a595888f18d666090a15
6
+ metadata.gz: 032128bd179fd6be15d04df310f355acb18d7f037fe08e8a16872278e1f41cbab4667b739262c1a500f7352709d9ecfc3a8fb0a930c62096771aa57363c6f3ff
7
+ data.tar.gz: b22a32298b0b78cb9ae919b1063adac0da091c76abdf72030908d43aeee59981ef0b871620a2dc8f2914e4757868fc09a17667f0e6f5a3e84ee3da931c9c3a2b
@@ -5,12 +5,9 @@ module Utils
5
5
  options = {
6
6
  host: config.host,
7
7
  port: config.port,
8
- base: config.basedn,
9
- auth: {
10
- method: :simple,
11
- username: config.username,
12
- password: config.password
13
- }
8
+ basedn: config.basedn,
9
+ username: config.username,
10
+ password: config.password
14
11
  }
15
12
  Cratus.config.merge(options)
16
13
  Cratus::LDAP.connect
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'lita-activedirectory'
3
- spec.version = '0.0.4'
3
+ spec.version = '0.0.5'
4
4
  spec.authors = ['Daniel Schaaff']
5
5
  spec.email = ['dschaaff@knuedge.com']
6
6
  spec.description = 'ldap/active directory instructions for Lita'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-activedirectory
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Schaaff
@@ -208,7 +208,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
208
208
  version: '0'
209
209
  requirements: []
210
210
  rubyforge_project:
211
- rubygems_version: 2.6.8
211
+ rubygems_version: 2.6.6
212
212
  signing_key:
213
213
  specification_version: 4
214
214
  summary: Allow Lita to interact with Active Directory