Chris@909: = Net::LDAP for Ruby Chris@909: Net::LDAP is an LDAP support library written in pure Ruby. It supports all Chris@909: LDAP client features, and a subset of server features as well. Chris@909: Chris@909: Homepage:: http://rubyforge.org/projects/net-ldap/ Chris@909: Copyright:: (C) 2006 by Francis Cianfrocca Chris@909: Chris@909: Original developer: Francis Cianfrocca Chris@909: Contributions by Austin Ziegler gratefully acknowledged. Chris@909: Chris@909: == LICENCE NOTES Chris@909: Please read the file LICENCE for licensing restrictions on this library. In Chris@909: the simplest terms, this library is available under the same terms as Ruby Chris@909: itself. Chris@909: Chris@909: == Requirements Chris@909: Net::LDAP requires Ruby 1.8.2 or better. Chris@909: Chris@909: == Documentation Chris@909: See Net::LDAP for documentation and usage samples. Chris@909: Chris@909: #-- Chris@909: # Net::LDAP for Ruby. Chris@909: # http://rubyforge.org/projects/net-ldap/ Chris@909: # Copyright (C) 2006 by Francis Cianfrocca Chris@909: # Chris@909: # Available under the same terms as Ruby. See LICENCE in the main Chris@909: # distribution for full licensing information. Chris@909: # Chris@909: # $Id: README 141 2006-07-12 10:37:37Z blackhedd $ Chris@909: #++ Chris@909: # vim: sts=2 sw=2 ts=4 et ai tw=77