Compiled Ruby/LDAP for Windows 2000/XP?

Hi !

Where can I find a precompiled version of Ruby/LDAP for Windows 2000/XP
?? I would like to connect to an AD with Ruby at work but I can’t…

Thank you very much…
Nicolas.

ok, i’ve just found it here :
http://toolbox.boudry.org/articles/2006/05/09/building-ruby-ldap-for-win32

Nicolas B. wrote:

Hi !

Where can I find a precompiled version of Ruby/LDAP for Windows 2000/XP
?? I would like to connect to an AD with Ruby at work but I can’t…

Thank you very much…
Nicolas.

As an alternative, try Net::LDAP, which doesn’t require a compiler.

Francis C. wrote:

As an alternative, try Net::LDAP, which doesn’t require a compiler.

Yes, I’ve found your library just a couple of minutes after and I have
to say that it’s incredible! Easy to install and to use, it fully suits
my needs!

Thank you very much!

Thanks for giving it a try. Let me know if you have feature requests.
I’ve been noticing lately that Microsoft has defined a fair number of
LDAP controls, and I was thinking about supporting some of them, so
anyone out there who does a lot of stuff with A/D, let me know if
there are things you’d like Net::LDAP to do.