NAME

Net::DNS::DomainController::Discovery - Discover Microsoft Active Directory domain controllers via DNS queries

VERSION

Version 0.02

SYNOPSIS

Issues DNS requests to provide a list of hostnames and IP addresses of the Microsoft Active Directory domain controllers.

use Net::DNS::DomainController::Discovery;

my $foo = Net::DNS::DomainController::Discovery->domain_controllers('fabrikam.com');
...

SUBROUTINES/METHODS

srv_to_name

Extract server name from the SRV response

srv_fqdn_list

fqdn_to_ipaddr

fqdn_ipaddr_list

dc_to_srv

domain_controllers

AUTHOR

Marcin CIESLAK, <saperski at cpan.org>

BUGS

Please report any bugs or feature requests to bug-net-dns-domaincontroller-discovery at rt.cpan.org, or through the web interface at https://rt.cpan.org/NoAuth/ReportBug.html?Queue=Net-DNS-DomainController-Discovery. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc Net::DNS::DomainController::Discovery

You can also look for information at:

LICENSE AND COPYRIGHT

This software is Copyright (c) 2020 by Marcin CIESLAK.

This is free software, licensed under:

The Artistic License 2.0 (GPL Compatible)