ucb_groups 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/ucb_groups/ldap_conn.rb +2 -2
- data/lib/ucb_groups/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a881dfba0b6c21c38d60f5c384bd05ddebde08bd
|
4
|
+
data.tar.gz: f36ed2baa5dabe9659156d9fbaef3a5f46c967de
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0d4e5f8ab91521496d8629ad30f1347dfae2db72d77578978d4403bc3e591378331e28006f94b77210d49e9842a5691167ed5bf318841154ca5712cefe281c63
|
7
|
+
data.tar.gz: 666d559e2afeb4e13a40fcbbefd86d506781633b456d3b73f0fea5a55f30f2b5791514be564dd03b1a7054684dae2f4cd06e52fb11aca439fdc5327213b18d1d
|
data/lib/ucb_groups/ldap_conn.rb
CHANGED
@@ -8,8 +8,8 @@ module UcbGroups
|
|
8
8
|
raise(LdapBindFailedException)
|
9
9
|
end
|
10
10
|
|
11
|
-
def self.authenticate(username, password, host)
|
12
|
-
|
11
|
+
def self.authenticate(username, password, host=nil)
|
12
|
+
|
13
13
|
@password = password
|
14
14
|
@host = host || 'nds.berkeley.edu'
|
15
15
|
end
|
data/lib/ucb_groups/version.rb
CHANGED