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 +4 -4
- data/lib/utils/cratususer.rb +3 -6
- data/lita-activedirectory.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: da32a982bad52d67469e32b96a10b87d3a7079d2
|
4
|
+
data.tar.gz: e407c9b7d132064e955d5999f1da6c9b6826baaf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 032128bd179fd6be15d04df310f355acb18d7f037fe08e8a16872278e1f41cbab4667b739262c1a500f7352709d9ecfc3a8fb0a930c62096771aa57363c6f3ff
|
7
|
+
data.tar.gz: b22a32298b0b78cb9ae919b1063adac0da091c76abdf72030908d43aeee59981ef0b871620a2dc8f2914e4757868fc09a17667f0e6f5a3e84ee3da931c9c3a2b
|
data/lib/utils/cratususer.rb
CHANGED
@@ -5,12 +5,9 @@ module Utils
|
|
5
5
|
options = {
|
6
6
|
host: config.host,
|
7
7
|
port: config.port,
|
8
|
-
|
9
|
-
|
10
|
-
|
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
|
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
|
+
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.
|
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
|