Commit 73458512f6527b6a9f7be583a4cbc56ad7b78212
1 parent
04cc7187
Exists in
master
and in
29 other branches
ldap: create install file
Showing
2 changed files
with
6 additions
and
1 deletions
Show diff stats
plugins/ldap/dependencies.rb
plugins/ldap/install.rb
1 | -raise "Not ready yet" | |
1 | +system "gem install --user-install net-ldap -v 0.3.1" | |
2 | +puts "\nWARNING: This plugin is not setting up a ldap test server automatically. | |
3 | +Some tests may not be running. If you want to fully test this plugin, please | |
4 | +setup the ldap test server and make the proper configurations on | |
5 | +fixtures/ldap.yml.\n\n" | ... | ... |