Has anyone done any Active Directory scripting with Ruby? What I want to do
seems very simple, but I’m at a loss at finding any good references. All I
wish to do is read the contents of an Active Directory location into an
array. Thanks in advance for the help.
Craig
Isn’t Active Directory Microsoft’s name for LDAP? If it is, then
ruby-ldap[1] will help you.
HTH,
Andre
[1]http://ruby-ldap.sourceforge.net/
···
On Thu, 2004-03-11 at 09:51, Moran, Craig M (BAH) wrote:
Has anyone done any Active Directory scripting with Ruby?
–
Our little systems have their day; They have their day and cease to be;
They are but broken lights of thee. – Tennyson
“Moran, Craig M (BAH)” MoranCM@navair.navy.mil wrote in message news:B9500E218FB4D2119DE30000F810BBBF0F1176CF@nems13.nawcad.navy.mil…
Has anyone done any Active Directory scripting with Ruby? What I want to do
seems very simple, but I’m at a loss at finding any good references. All I
wish to do is read the contents of an Active Directory location into an
array. Thanks in advance for the help.
Craig
Using win32ole allows you to translate existing VBA/Perl scripts almost verbatim.