innovationfactory / ruby-net-ldap

Pure Ruby LDAP library

This URL has Read+Write access

name age message
file COPYING Sun Apr 30 19:14:05 -0700 2006 Tweaks to top-level files. [austin]
file History.txt Fri Feb 27 07:44:04 -0800 2009 Ensure connections are closed. Patch by Kristia... [emiel]
file LICENSE Fri Nov 14 15:22:30 -0800 2008 This commit is all about moving toward 'Hoe' as... [emiel]
file Manifest.txt Fri Nov 14 15:22:30 -0800 2008 This commit is all about moving toward 'Hoe' as... [emiel]
file README.txt Fri Nov 14 15:22:30 -0800 2008 This commit is all about moving toward 'Hoe' as... [emiel]
file Rakefile Fri Nov 14 15:22:30 -0800 2008 This commit is all about moving toward 'Hoe' as... [emiel]
file Release-Announcement Tue Aug 15 02:43:44 -0700 2006 notes for version 4 [blackhedd]
directory lib/ Fri Feb 27 14:43:21 -0800 2009 Correct indentation and format. [emiel]
file pre-setup.rb Fri Nov 14 15:22:30 -0800 2008 This commit is all about moving toward 'Hoe' as... [emiel]
file setup.rb Sat Apr 29 20:34:34 -0700 2006 Added the framework for release. I haven't actu... [austin]
directory test/ Sat Feb 21 07:49:24 -0800 2009 Use proper Ruby SHA1 * Ruby 1.8.[67] and 1.9'... [emiel]
directory tests/ Loading commit data...
directory testserver/ Mon Apr 17 13:39:54 -0700 2006 Added unit tests for search-filters [blackhedd]
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.