Pure Ruby LDAP library
Go to file
blackhedd 5fea59a42a fixed a regression caused by the introduction of
RFC-2696 paged-result controls. These broke openLDAP
versions 2.2.x and greater because we were using a
page size of 739, while openLDAP doesn't like anything
bigger than 126.
2006-06-10 03:25:08 +00:00
lib/net fixed a regression caused by the introduction of 2006-06-10 03:25:08 +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 change notes 2006-06-09 22:09:01 +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 fixed bug in RDoc instantiation 2006-05-03 05:38:58 +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 Version 0.0.2 release notes and announcement 2006-05-03 07:22:14 +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