Mercurial > hg > soundsoftware-site
annotate vendor/plugins/ruby-net-ldap-0.0.4/README @ 904:0a8317a50fa0 redmine-1.1
Close obsolete branch redmine-1.1
author | Chris Cannam |
---|---|
date | Fri, 14 Jan 2011 12:53:21 +0000 |
parents | 513646585e45 |
children |
rev | line source |
---|---|
Chris@0 | 1 = Net::LDAP for Ruby |
Chris@0 | 2 Net::LDAP is an LDAP support library written in pure Ruby. It supports all |
Chris@0 | 3 LDAP client features, and a subset of server features as well. |
Chris@0 | 4 |
Chris@0 | 5 Homepage:: http://rubyforge.org/projects/net-ldap/ |
Chris@0 | 6 Copyright:: (C) 2006 by Francis Cianfrocca |
Chris@0 | 7 |
Chris@0 | 8 Original developer: Francis Cianfrocca |
Chris@0 | 9 Contributions by Austin Ziegler gratefully acknowledged. |
Chris@0 | 10 |
Chris@0 | 11 == LICENCE NOTES |
Chris@0 | 12 Please read the file LICENCE for licensing restrictions on this library. In |
Chris@0 | 13 the simplest terms, this library is available under the same terms as Ruby |
Chris@0 | 14 itself. |
Chris@0 | 15 |
Chris@0 | 16 == Requirements |
Chris@0 | 17 Net::LDAP requires Ruby 1.8.2 or better. |
Chris@0 | 18 |
Chris@0 | 19 == Documentation |
Chris@0 | 20 See Net::LDAP for documentation and usage samples. |
Chris@0 | 21 |
Chris@0 | 22 #-- |
Chris@0 | 23 # Net::LDAP for Ruby. |
Chris@0 | 24 # http://rubyforge.org/projects/net-ldap/ |
Chris@0 | 25 # Copyright (C) 2006 by Francis Cianfrocca |
Chris@0 | 26 # |
Chris@0 | 27 # Available under the same terms as Ruby. See LICENCE in the main |
Chris@0 | 28 # distribution for full licensing information. |
Chris@0 | 29 # |
Chris@0 | 30 # $Id: README 141 2006-07-12 10:37:37Z blackhedd $ |
Chris@0 | 31 #++ |
Chris@0 | 32 # vim: sts=2 sw=2 ts=4 et ai tw=77 |