The ActiveLdap project
ActiveLdap
ActiveLdap provides an object oriented interface to LDAP. It maps LDAP entries to Ruby objects with LDAP attribute accessors based on your LDAP server's schema and each object's objectClasses.
ActiveLdap: The latest release
3.2.1 is the latest release. It had been released at 2012-08-29.
This version supports Rails 3.2.8.
ActiveLdap: Install
Install:
% sudo gem install activeldap
Usage:
gem "activeldap" require "active_ldap"
ActiveLdap Fabrication
ActiveLdap Fabrication is an ActiveLdap adapter for Fabrication. It means that you can use Fabrication as fixture replacement for ActiveLdap.
ActiveLdap Fabrication: The latest release
1.0.0 is the latest release. It had been released at 2011-07-09.
ActiveLdap Fabricatio: Document
See reference manual for details.