Pure Ruby LDAP library
Go to file
2006-05-02 00:10:24 +00:00
lib/net documented the Entry class 2006-05-02 00:10:24 +00:00
tests Added a password-hash generator. 2006-04-24 21:58:14 +00:00
testserver Added unit tests for search-filters 2006-04-17 20:39:54 +00:00
ChangeLog doc tweaks 2006-05-01 17:49:34 +00:00
COPYING Tweaks to top-level files. 2006-05-01 02:14:05 +00:00
Install minor verbiage tweaks. 2006-04-30 11:37:59 +00:00
LICENCE documentation tweaks 2006-05-01 05:27:29 +00:00
net-ldap.gemspec documentation tweaks 2006-05-01 05:27:29 +00:00
pre-setup.rb Tweaks to top-level files. 2006-05-01 02:14:05 +00:00
Rakefile Fixed package name 2006-05-01 20:19:25 +00:00
README verbiage tweak and acknowledged Austin. 2006-04-30 11:36:18 +00:00
Release-Announcement fixed small problem 2006-05-01 20:50:26 +00:00
setup.rb Added the framework for release. I haven't actually verified this yet for Net::LDAP, but I used the same framework for the recent release of MIME::Types. Some pieces of the code may need to be moved around to better handle the testing framework in the Rakefile and the pre-setup.rb file. To make this work, you will need the meta_project, gmailer, and archive-tar-minitar gems. 2006-04-30 03:34:34 +00:00

= 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:: 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
it simplest terms, this library is available under the same terms as Ruby
itself.

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

#--
# 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$
#++
# vim: sts=2 sw=2 ts=4 et ai tw=77