Please forgive me if this is a novice question, as I'm fairly new to
LDAP. I'm porting over some code from a .net project which connects to
the primary AD server, retrieves all network servers, and then uses a
connection like this: WinNT://
server.domain.com,Computer to retrieves
the members of the "administrator" group. I'm assuming this is it
connecting to the actual server listed, and not some obscured way of
talking to the main AD server.
My question is, can I replicate this functionality with net-ldap, or
ruby-ldap? To possibly further complicate matters, the new application
is running on Linux.
Thanks,
Steve