Skip to content

Commit 411446c

Browse files
committed
Update install instruction
1 parent 34edbd6 commit 411446c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Gemfile.lock

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ GEM
2525
rack (2.0.3)
2626
rack-protection (2.0.0)
2727
rack
28+
radcli (0.1.0)
29+
rake-compiler
2830
rake (12.0.0)
2931
rake-compiler (1.0.4)
3032
rake
@@ -44,6 +46,7 @@ PLATFORMS
4446

4547
DEPENDENCIES
4648
mocha
49+
radcli
4750
rake
4851
rkerberos
4952
smart_proxy!

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
This plugin adds a new realm provider for managing hosts in Active Directory.
33

44
## Installation
5-
See How_to_Install_a_Smart-Proxy_Plugin for how to install Smart Proxy plugins
5+
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+
```
612

713
## Configuration
814

0 commit comments

Comments
 (0)