From: Aldric Giacomoni Date: 2008-11-14T08:02:12+09:00 Subject: Active Directory access - not just users, but computers too Most Active Directory access really just goes through LDAP and I don't know if it's possible through LDAP -- and if it's possible, how to do it, or who has implemented it in Ruby. I'd like to be able to get a list of computers in a domain, in a OU, etc. using Ruby. I've looked around (rubyforge, mainly, but google is also a good friend) but haven't found promising gems. Is my understanding just incorrect? --Aldric