LDAP library in Ruby

Hi,

Looking for an LDAP module, I found so far
only bindings/APIs that use native libraries
like OpenLDAP in the back-end.

Does anybody know a library that builds on a low level
lib or API like socket, so that it can use LDAP directly
without installing additional non-Ruby software?

Or is perhaps somebody working on a Net::LDAP
module? :slight_smile:

Thanks
MP

On 12/2/06, Michael P. [email protected] wrote:

Or is perhaps somebody working on a Net::LDAP
module? :slight_smile:

http://raa.ruby-lang.org/project/net-ldap/

Yep. Pure Ruby, and very nice.

Wilson B. wrote:

without installing additional non-Ruby software?

Or is perhaps somebody working on a Net::LDAP
module? :slight_smile:

http://raa.ruby-lang.org/project/net-ldap/

Yep. Pure Ruby, and very nice.

This is fantastic.
So easy to install, so easy to use.
Thank you so much.

MP

Wilson B. wrote:

without installing additional non-Ruby software?

Or is perhaps somebody working on a Net::LDAP
module? :slight_smile:

http://raa.ruby-lang.org/project/net-ldap/

Yep. Pure Ruby, and very nice.

Tried it. Fantastic!
Thanks a million.

MP

On 12/2/06, Wilson B. [email protected] wrote:

http://raa.ruby-lang.org/project/net-ldap/

Yep. Pure Ruby, and very nice.

Also available on Rubyforge and as a gem.