Commit 73458512f6527b6a9f7be583a4cbc56ad7b78212

Authored by Rodrigo Souto
1 parent 04cc7187

ldap: create install file

plugins/ldap/dependencies.rb
  1 +require 'rubygems'
1 2 require 'net/ldap'
... ...
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"
... ...