2010-03-08 09:48:39 +01:00
|
|
|
h1. Net::LDAP for Ruby
|
2008-11-15 00:22:30 +01:00
|
|
|
|
2010-03-08 09:48:39 +01:00
|
|
|
Issues & Project Homepage
|
2010-03-08 09:56:10 +01:00
|
|
|
|
|
|
|
"http://rubyforge.org/projects/net-ldap":http://rubyforge.org/projects/net-ldap
|
2008-11-15 00:22:30 +01:00
|
|
|
|
2010-03-08 09:48:39 +01:00
|
|
|
Code
|
2010-03-08 09:56:10 +01:00
|
|
|
|
|
|
|
"git://github.com/RoryO/ruby-net-ldap.git":git://github.com/RoryO/ruby-net-ldap.git
|
2010-03-08 09:48:39 +01:00
|
|
|
|
|
|
|
h2. DESCRIPTION
|
2008-11-15 00:22:30 +01:00
|
|
|
|
|
|
|
Pure Ruby LDAP library.
|
|
|
|
|
2010-03-08 09:48:39 +01:00
|
|
|
h2. FEATURES/PROBLEMS
|
2008-11-15 00:22:30 +01:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2010-03-08 09:48:39 +01:00
|
|
|
h2. SYNOPSIS
|
2008-11-15 00:22:30 +01:00
|
|
|
|
|
|
|
See Net::LDAP for documentation and usage samples.
|
|
|
|
|
2010-03-08 09:48:39 +01:00
|
|
|
h2. REQUIREMENTS
|
2008-11-15 00:22:30 +01:00
|
|
|
|
|
|
|
Net::LDAP requires Ruby 1.8.2 or better.
|
|
|
|
|
2010-03-08 09:48:39 +01:00
|
|
|
h2. INSTALL
|
2008-11-15 00:22:30 +01:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2010-03-08 09:48:39 +01:00
|
|
|
h2. CREDITS
|
2008-11-15 00:22:30 +01:00
|
|
|
|
|
|
|
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>
|
2010-03-08 09:48:39 +01:00
|
|
|
* Rory O'Connell <rory.ocon@gmail.com>
|
|
|
|
* Kaspar Schiess <kaspar.schiess@absurd.li>
|
2008-11-15 00:22:30 +01:00
|
|
|
|
2010-03-08 09:48:39 +01:00
|
|
|
h2. LICENSE
|
2008-11-15 00:22:30 +01:00
|
|
|
|
|
|
|
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.
|