Hi,
since updating to revision 1.6.1 you will need to use
require 'active_directory'
regardless if you run this from bundle exec
otherwise when you run
ActiveDirectory::Base.setup(settings)
you will get
uninitialized constant ActiveDirectory::Base
this breaks behavior from 1.6.0
Hi,
since updating to revision 1.6.1 you will need to use
regardless if you run this from bundle exec
otherwise when you run
you will get
uninitialized constant ActiveDirectory::Basethis breaks behavior from 1.6.0