Ruby/ActiveLDAP is an object-oriented interface to LDAP written in Ruby. It is a wrapper around Ruby/LDAP with its interface inspired by ActiveRecord. At several places I���ve worked at and in my private network, I���ve used LDAP as the centralized authentication and authorization system. Usually, homebrewed tools are used to update and manage this data. Often, the code used in each tool is custom leaving inconsistencies when one gets updated. I wanted an easy, intuitive way to interface with LDAP, so I wrote this library.