descriptionDiscover Microsoft Active Directory domain controllers via DNS queries
homepage URLhttps://metacpan.org/release/Net-DNS-DomainController-Discovery
ownerrepo@saper.info
last changeTue, 24 Mar 2020 00:13:10 +0000 (24 00:13 +0000)
content tags
add:
README
Net-DNS-DomainController-Discovery version 1.00

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

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

Microsoft has a documentation how the Active Directory domain controllers
should register themselves in the DNS:

Microsoft Active Directory Technical Specifications [MS-ADTS]
Section 6.3.2.3 SRV Records
    Published 14 February 2019 at
        https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-adts/c1987d42-1847-4cc9-acf7-aab2136d6952

    Archived on 23 March 2020
        http://archive.today/6NUSR


After installing, you can find documentation for this module with the
perldoc command.

    perldoc Net::DNS::DomainController::Discovery

You can also look for information at:

    Source code repository
        https://repo.or.cz/Net-DNS-DomainController-Discovery.git
  
    RT, CPAN's request tracker (report bugs here)
        https://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-DNS-DomainController-Discovery

    Search CPAN
        https://metacpan.org/release/Net-DNS-DomainController-Discovery


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)
shortlog
2020-03-24 Marcin CieślakNet-DNS-DomainController-Discovery version 1.00mastermobv1.00
2020-03-23 Marcin CieślakDo not fail boilerplate test during make disttest
2020-03-23 Marcin CieślakPerl::Critic author testing
2020-03-23 Marcin CieślakDocument all functions, link reference documentation...
2020-03-23 Marcin CieślakBreaking change: domain names without SRV records are...
2020-03-23 Marcin CieślakSupport IPv6
2020-03-23 Marcin CieślakValidate domain names
2020-03-23 Marcin Cieślakremove bogus todo's
2020-03-23 Marcin Cieślakdomain_controllers() can iterate multiple domain names
2020-03-23 Marcin CieślakKill blank line
2020-03-23 Marcin CieślakLet cpanm --with-develop install stuff for me
2020-02-19 Marcin CieślakWe cannot cover testing a live object instance
2020-02-17 Marcin CieślakVersion 0.02v0.02
2020-02-17 Marcin CieślakTests for strict CNAME behaviour
2020-02-17 Marcin CieślakUnexpected record types: print record type
2020-02-14 Marcin CieślakTest with two domain controllersv0.01
...
tags
4 years ago v1.00 Net-DNS-DomainController-Discovery...
4 years ago v0.02
4 years ago v0.01
heads
4 years ago mob
4 years ago master