frostale 0.0.2 → 0.0.3
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.
- data/README.rdoc +9 -1
- data/VERSION +1 -1
- metadata +1 -1
data/README.rdoc
CHANGED
|
@@ -2,7 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
Frostale is an Active Directory Login for the Enterprise.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Who should use it?
|
|
6
|
+
|
|
7
|
+
* You have Active Directory used for controlling access to networked assets.
|
|
8
|
+
* You want to use Ruby in addition to your current technologies for
|
|
9
|
+
authentication via Active Directory.
|
|
10
|
+
|
|
11
|
+
How is it used?
|
|
12
|
+
|
|
13
|
+
To use Frostale is quite simple:
|
|
6
14
|
|
|
7
15
|
user = Frostale.new('user@example.com','pass',
|
|
8
16
|
'domain\group Global Admins',
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.3
|