Pure Ruby LDAP library
Go to file
2006-09-02 14:48:42 +00:00
lib/net comment 2006-09-02 14:48:42 +00:00
tests Added Net::LDAP::Filter.from_rfc2254 2006-05-15 20:03:56 +00:00
testserver Added unit tests for search-filters 2006-04-17 20:39:54 +00:00
ChangeLog notes 2006-09-02 14:46:12 +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 changed version in gemspec 2006-07-12 09:26:10 +00:00
pre-setup.rb fixed bug in RDoc instantiation 2006-05-03 05:38:58 +00:00
Rakefile Patched Rakefile so it runs the tests. Thanks to Daniel Berger. 2006-08-25 02:41:13 +00:00
README doc improvements 2006-07-12 10:37:37 +00:00
Release-Announcement notes for version 4 2006-08-15 09:43:44 +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:: (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$
#++
# vim: sts=2 sw=2 ts=4 et ai tw=77