62e24ae893
Removed COPYING which only makes sense for GPL.
22 lines
648 B
Plaintext
22 lines
648 B
Plaintext
Net::LDAP is a pure Ruby LDAP client. It does not as yet require any external
|
|
libraries. It can be installed with:
|
|
|
|
% ruby setup.rb
|
|
|
|
Alternatively, you can use the RubyGems version of Net::LDAP availalble as
|
|
ruby-net-ldap-0.0.1.gem from the usual sources.
|
|
|
|
Net::LDAP:: http://rubyforge.org/projects/net-ldap/
|
|
|
|
#--
|
|
# Net::LDAP for Ruby.
|
|
# http://rubyforge.org/projects/net-ldap/
|
|
# Copyright (C) 2006 by Francis Cianfrocca
|
|
#
|
|
# Available under the same terms as Ruby. See LICENCE in the main
|
|
# distribution for full licensing information.
|
|
#
|
|
# $Id: ChangeLog,v 1.17.2.4 2005/09/09 12:36:42 austin Exp $
|
|
#++
|
|
# vim: sts=2 sw=2 ts=4 et ai tw=77
|