sumeetgrover has asked for the wisdom of the Perl Monks concerning the following question:

Hi there. I need to query our AD server, which is on Windows platform, from a Perl script that will be written on a Linux server.

After reading through the internet, I find that I can use Net::LDAP to query the Active Directory.

Do you know if I can achieve the following using this module?


Your suggestions and inputs will be much appreciated. Thanks.

Replies are listed 'Best First'.
Re: Querying Active Directory using Perl
by marto (Cardinal) on Jun 03, 2014 at 10:16 UTC