ruby-net-ldap/README.txt

71 lines
1.6 KiB
Plaintext
Raw Normal View History

2010-03-16 01:37:47 +01:00
= Net::LDAP for Ruby
2010-03-16 01:37:47 +01:00
== Description
2010-03-08 09:56:10 +01:00
Pure Ruby LDAP library.
2010-03-16 01:37:47 +01:00
== Where
2010-03-08 09:56:10 +01:00
2010-03-16 01:37:47 +01:00
=== Issues & Project Homepage
2010-03-16 01:37:47 +01:00
http://rubyforge.org/projects/net-ldap
2010-03-16 01:37:47 +01:00
=== Code
2010-03-16 01:37:47 +01:00
http://github.com/RoryO/ruby-net-ldap/
2010-03-16 01:37:47 +01:00
== FEATURES/PROBLEMS
2010-03-08 09:57:32 +01:00
The Lightweight Directory Access Protocol (LDAP) is an Internet protocol for
accessing distributed directory services.
2010-03-08 09:57:32 +01:00
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-16 01:37:47 +01:00
== SYNOPSIS
See Net::LDAP for documentation and usage samples.
2010-03-16 01:37:47 +01:00
== REQUIREMENTS
2010-03-08 15:59:07 +01:00
Net::LDAP requires Ruby 1.8.7-compliant interpreter or better.
2010-03-16 01:37:47 +01:00
== INSTALL
2010-03-08 09:57:32 +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
2010-03-16 01:37:47 +01:00
Simply require 'net/ldap'.
2010-03-16 01:37:47 +01:00
== CREDITS
Net::LDAP was originally developed by:
2010-03-16 01:37:47 +01:00
* Francis Cianfrocca blackhedd@rubyforge.org
Contributions since:
2010-03-16 01:37:47 +01:00
* Emiel van de Laar emiel@rubyforge.org
2010-03-27 06:56:25 +01:00
* Rory O'Connell roryo@rubyforge.org
2010-03-16 01:37:47 +01:00
* Kaspar Schiess eule@rubyforge.org
* Austin Ziegler austin@rubyforge.org
2010-03-27 06:56:25 +01:00
* Dimitrij Denissenko dimdenis@rubyforge.org
* "nowhereman" on GitHub
2010-03-16 01:37:47 +01:00
== LICENSE
2010-03-16 01:16:12 +01:00
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.
2010-03-08 09:57:32 +01:00
Available under the same terms as Ruby. See LICENSE in the main distribution
for full licensing information.