Sha256: b41594d817fcc110b58296d4d4f4a53f8b65c816d1501d8239fc3c1da63fca59
Contents?: true
Size: 1.35 KB
Versions: 1
Compression:
Stored size: 1.35 KB
Contents
= Net::LDAP for Ruby * http://github.com/dim/ruby-net-ldap == DESCRIPTION: Pure Ruby LDAP library. A LDAP client library written in pure Ruby. == FEATURES/PROBLEMS: The Lightweight Directory Access Protocol (LDAP) is an Internet protocol for accessing distributed directory services. Net::LDAP is a feature-complete 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 == 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 at GitHub: * gem install my-ruby-net-ldap --source=http://gems.github.com == SYNOPSIS: See Net::LDAP for documentation and usage samples. == CREDITS: 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> * Dimitrij Denissenko <contact@dvisionfactory.com> == 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.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
my-ruby-net-ldap-0.5.0 | README.rdoc |