Path: | README.txt |
Last Update: | Wed Jan 05 15:52:16 +0000 2011 |
Pure Ruby LDAP library.
rubyforge.org/projects/net-ldap
github.com/RoryO/ruby-net-ldap/
The Lightweight Directory Access Protocol (LDAP) is an Internet protocol for accessing distributed directory services.
Net::LDAP is an LDAP support library written in pure Ruby. It supports most LDAP client features and a subset of server features as well.
See Net::LDAP for documentation and usage samples.
Net::LDAP requires Ruby 1.8.7-compliant interpreter or better.
Net::LDAP is a pure Ruby library. It does not require any external libraries. You can install the RubyGems version of Net::LDAP available from the usual sources.
Simply require ‘net/ldap’.
Net::LDAP was originally developed by:
Contributions since:
Copyright (C) 2006 - 2010 by Francis Cianfrocca and other contributors.
Please read the file LICENSE for licensing restrictions on this library. In the simplest terms, this library is available under the same terms as Ruby itself.
Available under the same terms as Ruby. See LICENSE in the main distribution for full licensing information.