Pure Ruby LDAP library
Go to file
2010-04-19 01:54:25 -04:00
lib Cleaning up Net::LDAP documentation. 2010-04-19 01:54:25 -04:00
spec . Converts test_ber into specs 2010-04-05 19:16:15 +02:00
test Removing a stub file, lib/net/ldif.rb. 2010-04-19 01:52:39 -04:00
testserver ! Fixes all tests 2010-02-12 14:39:57 +01:00
.gitignore . ignoring gemspec 2010-03-22 11:59:19 +01:00
COPYING Tweaks to top-level files. 2006-05-01 02:14:05 +00:00
Hacking.rdoc Documentation preparation for version 0.2 release. 2010-04-19 01:03:52 -04:00
History.txt Documentation preparation for version 0.2 release. 2010-04-19 01:03:52 -04:00
LICENSE Making this all work with Hoe. 2010-03-10 21:35:33 -05:00
Manifest.txt Removing a stub file, lib/net/ldif.rb. 2010-04-19 01:52:39 -04:00
Rakefile Documentation preparation for version 0.2 release. 2010-04-19 01:03:52 -04:00
README.txt Documentation preparation for version 0.2 release. 2010-04-19 01:03:52 -04:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

= Net::LDAP for Ruby

== Description

Net::LDAP for Ruby (also called "net-ldap") is a pure-Ruby LDAP support
library that has been tested against several modern servers, including
OpenLDAP and Active Directory. It supports most LDAP client features and
a subset of server features.

LDAP (Lightweight Directory Access Protocol) is an Internet protocol for
accessing distributed directory services. LDAP is often used to provide
access and authentication to networked services.

The current release is mostly compliant with RFCs 22512256, 28292830,
3377, and 3771. Our roadmap for Net::LDAP 1.0 is to gain full
<em>client</em> compliance with the most recent IETF LDAP RFCs
(45104519, plus portions of 45204532).

=== Notice of Impending License Change

In the next release of Net::LDAP (0.3), we will be changing the license
to an MIT-style license.

== Where

* RubyForge: net-ldap[http://rubyforge.org/projects/net-ldap]
* GitHub: RoryO/ruby-net-ldap[http://github.com/RoryO/ruby-net-ldap/]
* Group: ruby-ldap[http://groups.google.com/group/ruby-ldap]
* Documentation: net-ldap[http://net-ldap.rubyforge.org/]

== 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
compiled libraries.

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

  gem install net-ldap

Simply require either 'net-ldap' or 'net/ldap'.

For non-RubyGems installations of Net::LDAP, you can use Minero Aoki's
{setup.rb}[http://i.loveruby.net/en/projects/setup/] as the layout of
Net::LDAP is compliant. The setup installer is not included in the
Net::LDAP repository.

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