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

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

Yep. Pure Ruby, and very nice.

路路路

On 12/2/06, Michael Perle <michael_perle@yahoo.com> wrote:

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:

Also available on Rubyforge and as a gem.

路路路

On 12/2/06, Wilson Bilkovich <wilsonb@gmail.com> wrote:
>

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

Yep. Pure Ruby, and very nice.

Wilson Bilkovich wrote:

路路路

On 12/2/06, Michael Perle <michael_perle@yahoo.com> wrote:

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:

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 Bilkovich wrote:

路路路

On 12/2/06, Michael Perle <michael_perle@yahoo.com> wrote:

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:

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

Yep. Pure Ruby, and very nice.

Tried it. Fantastic!
Thanks a million.

MP