obsolete.ChilliProject/vendor/plugins/ruby-net-ldap-0.0.4
Jean-Philippe Lang 96b78fdae5 Fix applied to ruby-net-ldap (#608).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1148 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-02-15 17:22:21 +00:00
..
lib/net Fix applied to ruby-net-ldap (#608). 2008-02-15 17:22:21 +00:00
tests addded ruby-net-ldap (0.0.4) dependency in vendor/pluggin 2007-01-02 08:48:40 +00:00
COPYING addded ruby-net-ldap (0.0.4) dependency in vendor/pluggin 2007-01-02 08:48:40 +00:00
ChangeLog addded ruby-net-ldap (0.0.4) dependency in vendor/pluggin 2007-01-02 08:48:40 +00:00
LICENCE addded ruby-net-ldap (0.0.4) dependency in vendor/pluggin 2007-01-02 08:48:40 +00:00
README addded ruby-net-ldap (0.0.4) dependency in vendor/pluggin 2007-01-02 08:48:40 +00:00

README

= Net::LDAP for Ruby
Net::LDAP is an LDAP support library written in pure Ruby. It supports all
LDAP client features, and a subset of server features as well.

Homepage::  http://rubyforge.org/projects/net-ldap/
Copyright:: (C) 2006 by Francis Cianfrocca

Original developer: Francis Cianfrocca
Contributions by Austin Ziegler gratefully acknowledged.

== LICENCE NOTES
Please read the file LICENCE for licensing restrictions on this library. In
the simplest terms, this library is available under the same terms as Ruby
itself.

== Requirements
Net::LDAP requires Ruby 1.8.2 or better.

== Documentation
See Net::LDAP for documentation and usage samples.

#--
# Net::LDAP for Ruby.
#   http://rubyforge.org/projects/net-ldap/
#   Copyright (C) 2006 by Francis Cianfrocca
#
#   Available under the same terms as Ruby. See LICENCE in the main
#   distribution for full licensing information.
#
# $Id: README 141 2006-07-12 10:37:37Z blackhedd $
#++
# vim: sts=2 sw=2 ts=4 et ai tw=77