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