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