We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34edbd6 commit 411446cCopy full SHA for 411446c
Gemfile.lock
@@ -25,6 +25,8 @@ GEM
25
rack (2.0.3)
26
rack-protection (2.0.0)
27
rack
28
+ radcli (0.1.0)
29
+ rake-compiler
30
rake (12.0.0)
31
rake-compiler (1.0.4)
32
rake
@@ -44,6 +46,7 @@ PLATFORMS
44
46
45
47
DEPENDENCIES
48
mocha
49
+ radcli
50
51
rkerberos
52
smart_proxy!
README.md
@@ -2,7 +2,13 @@
2
This plugin adds a new realm provider for managing hosts in Active Directory.
3
4
## Installation
5
-See How_to_Install_a_Smart-Proxy_Plugin for how to install Smart Proxy plugins
+See How_to_Install_a_Smart-Proxy_Plugin for how to install Smart Proxy plugins.
6
+
7
+```
8
+cd smart_proxy_realm_ad_plugin
9
10
+bundle install
11
12
13
## Configuration
14
0 commit comments