Pure Ruby LDAP library
 
 
Go to file
Austin Ziegler 31946c35c7 Rationalizing startup. 2010-03-13 00:20:07 -05:00
lib Rationalizing startup. 2010-03-13 00:20:07 -05:00
spec ! Fixes that last ssl topic 2010-02-12 15:08:56 +01:00
test Rationalizing startup. 2010-03-13 00:20:07 -05:00
testserver ! Fixes all tests 2010-02-12 14:39:57 +01:00
.gitignore Making this all work with Hoe. 2010-03-10 21:35:33 -05:00
COPYING Tweaks to top-level files. 2006-05-01 02:14:05 +00:00
History.txt Making this all work with Hoe. 2010-03-10 21:35:33 -05:00
LICENSE Making this all work with Hoe. 2010-03-10 21:35:33 -05:00
Manifest.txt Making this all work with Hoe. 2010-03-10 21:35:33 -05:00
README.markdown Fixing README URLs. 2010-03-10 21:41:14 -05:00
Rakefile Removed unnecessary code commented out. 2010-03-10 21:43:33 -05:00

README.markdown

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

There is no installation required if using a source release. Simply unarchive and require 'lib/net'.

CREDITS

Net::LDAP was originally developed by:

Contributions since:

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.