Pure Ruby LDAP library
Go to file
2011-01-05 14:07:36 +00:00
lib Only add the paging control if the server supports it. This is partly to work around a bug where a server will not allow all users to page, and will return insufficient access instead of ignoring the control. 2011-01-05 14:07:36 +00:00
spec + Patch from Sean Cashin that fixes filter behaviour 2010-10-08 16:47:24 +02:00
test - disables a test that wont run on most machines 2010-10-11 08:46:58 +02:00
testserver ! Fixes all tests 2010-02-12 14:39:57 +01:00
.gitignore . ignore config file - use template 2010-09-24 15:46:06 +02:00
COPYING Tweaks to top-level files. 2006-05-01 02:14:05 +00:00
Hacking.rdoc Adding a Hacking document. 2010-04-05 18:12:41 +02:00
History.txt Reformat and documentation update of Net::BER and Net::BER::BERParser. 2010-03-27 01:57:44 -04:00
LICENSE Making this all work with Hoe. 2010-03-10 21:35:33 -05:00
Manifest.txt Adding a Hacking document. 2010-04-05 18:12:41 +02:00
Rakefile Fix merge artifacts because I'm a dummy dumb head 2010-09-25 15:27:59 -05:00
README.txt Fixing up known contributors. 2010-03-27 01:56:25 -04:00

= Net::LDAP for Ruby

== Description

Pure Ruby LDAP library.

== Where

=== Issues & Project Homepage

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

=== Code

http://github.com/RoryO/ruby-net-ldap/

== 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.7-compliant interpreter 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

Simply require 'net/ldap'.

== CREDITS

Net::LDAP was originally developed by:

* Francis Cianfrocca blackhedd@rubyforge.org

Contributions since:

* Emiel van de Laar emiel@rubyforge.org
* Rory O'Connell roryo@rubyforge.org
* Kaspar Schiess eule@rubyforge.org
* Austin Ziegler austin@rubyforge.org
* Dimitrij Denissenko dimdenis@rubyforge.org
* "nowhereman" on GitHub

== LICENSE

Copyright (C) 2006 - 2010 by Francis Cianfrocca and other contributors.

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.