innovationfactory / ruby-net-ldap
- Source
- Commits
- Network (6)
- Issues (1)
- Downloads (4)
- Wiki (1)
- Graphs
-
Tree:
ba08042
emiel (author)
Sun Mar 01 14:44:01 -0800 2009
| name | age | message | |
|---|---|---|---|
| |
COPYING | Sun Apr 30 19:14:05 -0700 2006 | |
| |
History.txt | Fri Feb 27 07:44:04 -0800 2009 | |
| |
LICENSE | Fri Nov 14 15:22:30 -0800 2008 | |
| |
Manifest.txt | Fri Nov 14 15:22:30 -0800 2008 | |
| |
README.txt | Fri Nov 14 15:22:30 -0800 2008 | |
| |
Rakefile | Fri Nov 14 15:22:30 -0800 2008 | |
| |
Release-Announcement | Tue Aug 15 02:43:44 -0700 2006 | |
| |
lib/ | Fri Feb 27 14:43:21 -0800 2009 | |
| |
pre-setup.rb | Fri Nov 14 15:22:30 -0800 2008 | |
| |
setup.rb | Sat Apr 29 20:34:34 -0700 2006 | |
| |
test/ | Sat Feb 21 07:49:24 -0800 2009 | |
| |
tests/ | Sun Mar 01 14:44:01 -0800 2009 | |
| |
testserver/ | Mon Apr 17 13:39:54 -0700 2006 |
README.txt
= Net::LDAP for Ruby * http://rubyforge.org/projects/net-ldap == DESCRIPTION: Pure Ruby LDAP library. == 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.2 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 If using the packaged (.tgz) version; it can be installed with: * ruby setup.rb == 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> == 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.
