. reflowing to 78 chars
This commit is contained in:
parent
a1b0f63e24
commit
592d186989
|
@ -14,11 +14,11 @@ Pure Ruby LDAP library.
|
||||||
|
|
||||||
h2. FEATURES/PROBLEMS
|
h2. FEATURES/PROBLEMS
|
||||||
|
|
||||||
The Lightweight Directory Access Protocol (LDAP) is an Internet protocol
|
The Lightweight Directory Access Protocol (LDAP) is an Internet protocol for
|
||||||
for accessing distributed directory services.
|
accessing distributed directory services.
|
||||||
|
|
||||||
Net::LDAP is an LDAP support library written in pure Ruby. It supports
|
Net::LDAP is an LDAP support library written in pure Ruby. It supports most
|
||||||
most LDAP client features and a subset of server features as well.
|
LDAP client features and a subset of server features as well.
|
||||||
|
|
||||||
* Standards-based (going for RFC 4511)
|
* Standards-based (going for RFC 4511)
|
||||||
* Portable: 100% Ruby
|
* Portable: 100% Ruby
|
||||||
|
@ -33,11 +33,9 @@ Net::LDAP requires Ruby 1.8.2 or better.
|
||||||
|
|
||||||
h2. INSTALL
|
h2. INSTALL
|
||||||
|
|
||||||
Net::LDAP is a pure Ruby library. It does not require any external
|
Net::LDAP is a pure Ruby library. It does not require any external libraries.
|
||||||
libraries.
|
You can install the RubyGems version of Net::LDAP available from the usual
|
||||||
|
sources.
|
||||||
You can install the RubyGems version of Net::LDAP available from the
|
|
||||||
usual sources.
|
|
||||||
|
|
||||||
* gem install net-ldap
|
* gem install net-ldap
|
||||||
|
|
||||||
|
@ -66,5 +64,5 @@ 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
|
the simplest terms, this library is available under the same terms as Ruby
|
||||||
itself.
|
itself.
|
||||||
|
|
||||||
Available under the same terms as Ruby. See LICENSE in the main
|
Available under the same terms as Ruby. See LICENSE in the main distribution
|
||||||
distribution for full licensing information.
|
for full licensing information.
|
||||||
|
|
Loading…
Reference in a new issue