comparison vendor/plugins/ruby-net-ldap-0.0.4/.svn/text-base/README.svn-base @ 0:513646585e45

* Import Redmine trunk SVN rev 3859
author Chris Cannam
date Fri, 23 Jul 2010 15:52:44 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:513646585e45
1 = Net::LDAP for Ruby
2 Net::LDAP is an LDAP support library written in pure Ruby. It supports all
3 LDAP client features, and a subset of server features as well.
4
5 Homepage:: http://rubyforge.org/projects/net-ldap/
6 Copyright:: (C) 2006 by Francis Cianfrocca
7
8 Original developer: Francis Cianfrocca
9 Contributions by Austin Ziegler gratefully acknowledged.
10
11 == LICENCE NOTES
12 Please read the file LICENCE for licensing restrictions on this library. In
13 the simplest terms, this library is available under the same terms as Ruby
14 itself.
15
16 == Requirements
17 Net::LDAP requires Ruby 1.8.2 or better.
18
19 == Documentation
20 See Net::LDAP for documentation and usage samples.
21
22 #--
23 # Net::LDAP for Ruby.
24 # http://rubyforge.org/projects/net-ldap/
25 # Copyright (C) 2006 by Francis Cianfrocca
26 #
27 # Available under the same terms as Ruby. See LICENCE in the main
28 # distribution for full licensing information.
29 #
30 # $Id: README 141 2006-07-12 10:37:37Z blackhedd $
31 #++
32 # vim: sts=2 sw=2 ts=4 et ai tw=77