activeldap

URL
http://rubyforge.org/projects/ruby-activeldap/
Author(s)
Will Drewry and Kouhei Sutou
Summary
'Ruby/ActiveLdap' is a ruby extension library which provides a clean objected oriented interface to the Ruby/LDAP library. It was inspired by ActiveRecord. This is not nearly as clean or as flexible as ActiveRecord, but it is still trivial to define new

Add your comment ↓

Comments

activeldap (1.0.2) is Failing
for Josh Garth (GNU/Linux, over 2 years ago)

Does not work for me w/ Ruby 1.9.1

One issue is 'no such file to load -- md5':

Fix for that:
Just change require 'md5' and require 'sha1' to require 'digest/md5' and 'digest/sha1', respectively in lib/active_ldap/user_password.rb

However this does not seem to be the only issue.

Add your comment




Yes No