From: Michael Perle Date: 2006-12-14T14:50:06+09:00 Subject: Re: LDAP library in Ruby Wilson Bilkovich wrote: > On 12/2/06, Michael Perle 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? :-) >> > > 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