yaleldap 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/yaleldap/version.rb +1 -1
- data/lib/yaleldap.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: 0e236ae0272071de793c129f328e0198b33a3433
|
|
4
|
+
data.tar.gz: cdd797192d4a001e98461ab70e2073c97765e3e1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e7dd176863ed2603c8421d5598d80ca5f0d6dc3403591d13b53155414a84a02be28a6d7dacab6cc31d3daa0e9b54570359984174ad46e79e8359e18eaffbf0c7
|
|
7
|
+
data.tar.gz: 5842b15a8a5af40f851774d7e2da00f5d772d53fed6152961e7d0777bf4e5c6c8a31e742572ab208ab58e9c8ee96016ba7a94fac73d2c2de6ed6a49f8f1a4734
|
data/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
Offers the most common Yale LDAP search queries, returning a convenient ruby hash with names you can understand. Makes it easy to conserve your Yale users' time and energy, saving them from typing again and again that basic information they *know* mother Yale already has on record.
|
|
11
11
|
|
|
12
|
-
The LDAP server
|
|
12
|
+
The LDAP server behaves differently depending on whether you are on Yale's network (on campus/VPN) or not. Some information (like name, upi) are available from anywhere, while other information (like netid, office phone number) are only available on Yale's network.
|
|
13
13
|
|
|
14
14
|
## Installation
|
|
15
15
|
|
data/lib/yaleldap/version.rb
CHANGED
data/lib/yaleldap.rb
CHANGED