Pure Ruby LDAP library
Go to file
2011-03-17 21:15:25 -04:00
lib Fixing Ruby 1.9.2 -wW2 warnings (bug #28588) 2011-03-16 19:33:54 -04:00
spec + Upgrades our code to a recent rspec 2010-12-30 13:46:06 +01:00
test Fix undefined method 'to_ber' for nil:NilClass. Convert unless nil. 2011-01-28 14:50:54 +01:00
testserver ! Fixes all tests 2010-02-12 14:39:57 +01:00
.gitignore . ignoring .rspec (useful to force autotest into spec mode) 2010-12-30 13:46:32 +01:00
Contributors.rdoc Documentation clean-up and license change. 2011-03-17 21:15:25 -04:00
Hacking.rdoc Documentation clean-up and license change. 2011-03-17 21:15:25 -04:00
History.rdoc Documentation clean-up and license change. 2011-03-17 21:15:25 -04:00
License.rdoc Documentation clean-up and license change. 2011-03-17 21:15:25 -04:00
Manifest.txt Cleanup of infrastructure before release. 2011-03-16 19:32:49 -04:00
net-ldap.gemspec Cleanup of infrastructure before release. 2011-03-16 19:32:49 -04:00
Rakefile Documentation clean-up and license change. 2011-03-17 21:15:25 -04:00
README.rdoc Documentation clean-up and license change. 2011-03-17 21:15:25 -04:00

= Net::LDAP for Ruby

== Description

Net::LDAP for Ruby implements client access for the Lightweight Directory
Access Protocol (LDAP), an IETF standard protocol for accessing distributed
directory services. Net::LDAP is written completely in Ruby with no external
dependencies. It supports most LDAP client features and a subset of server
features as well.

Net::LDAP strives for standards-conformity ({RFC
4511}[http://www.rfc-editor.org/rfc/rfc4511.txt]), but it also provides support
for features in popular non-conforming LDAP servers.

== Where

* {RubyForge}[http://rubyforge.org/projects/net-ldap]
* {GitHub}[https://github.com/ruby-ldap/ruby-net-ldap]

The Net::LDAP for Ruby documentation, project description, and main downloads
can currently be found on {RubyForge}[http://rubyforge.org/projects/net-ldap].

== Synopsis

See Net::LDAP for documentation and usage samples.

== Requirements

Net::LDAP requires a Ruby 1.8.7 interpreter 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

Simply require 'net/ldap'.

:include: Contributors.rdoc

:include: License.rdoc