Pure Ruby LDAP library
 
 
Go to file
emiel 6b5548ffd2 This commit is all about moving toward 'Hoe' as the project helper.
$ gem install hoe

To get there the following has been done:

 * Adhere to hoe naming conventions.
 * Migrate and update tests.
 * Consolidate and update documentation.
 * Prepare History.txt for release.
 * And I probably forgot something...
2008-11-14 23:22:30 +00:00
lib/net This commit is all about moving toward 'Hoe' as the project helper. 2008-11-14 23:22:30 +00:00
test This commit is all about moving toward 'Hoe' as the project helper. 2008-11-14 23:22:30 +00:00
tests This commit is all about moving toward 'Hoe' as the project helper. 2008-11-14 23:22:30 +00:00
testserver Added unit tests for search-filters 2006-04-17 20:39:54 +00:00
COPYING Tweaks to top-level files. 2006-05-01 02:14:05 +00:00
History.txt This commit is all about moving toward 'Hoe' as the project helper. 2008-11-14 23:22:30 +00:00
LICENSE This commit is all about moving toward 'Hoe' as the project helper. 2008-11-14 23:22:30 +00:00
Manifest.txt This commit is all about moving toward 'Hoe' as the project helper. 2008-11-14 23:22:30 +00:00
README.txt This commit is all about moving toward 'Hoe' as the project helper. 2008-11-14 23:22:30 +00:00
Rakefile This commit is all about moving toward 'Hoe' as the project helper. 2008-11-14 23:22:30 +00:00
Release-Announcement notes for version 4 2006-08-15 09:43:44 +00:00
pre-setup.rb This commit is all about moving toward 'Hoe' as the project helper. 2008-11-14 23:22:30 +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

README.txt

= Net::LDAP for Ruby

* http://rubyforge.org/projects/net-ldap

== DESCRIPTION:

Pure Ruby LDAP library.

== FEATURES/PROBLEMS:

The Lightweight Directory Access Protocol (LDAP) is an Internet protocol
for accessing distributed directory services.

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

* Standards-based (going for RFC 4511)
* Portable: 100% Ruby

== SYNOPSIS:

See Net::LDAP for documentation and usage samples.

== REQUIREMENTS:

Net::LDAP requires Ruby 1.8.2 or better.

== INSTALL:

Net::LDAP is a pure Ruby library. It does not require any external
libraries.

You can install the RubyGems version of Net::LDAP available from the
usual sources.

* gem install net-ldap

If using the packaged (.tgz) version; it can be installed with:

* ruby setup.rb

== CREDITS:

Net::LDAP was originally developed by:

* Francis Cianfrocca <garbagecat10@gmail.com>

Contributions since:

* Austin Ziegler <halostatue@gmail.com>
* Emiel van de Laar <gemiel@gmail.com>

== LICENSE:

Copyright (C) 2006 by Francis Cianfrocca

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

Available under the same terms as Ruby. See LICENSE in the main
distribution for full licensing information.