Net-DNS-DomainController-Discovery version 1.00
[Net-DNS-DomainController-Discovery.git] / README
blob5f1bf8eab61aba570d6cf15e081a6f92da8f5fc0
1 Net-DNS-DomainController-Discovery version 1.00
3 Issues DNS requests to provide a list of hostnames and IP addresses of the
4 Microsoft Active Directory domain controllers.
6 INSTALLATION
8 To install this module, run the following commands:
10         perl Makefile.PL
11         make
12         make test
13         make install
15 SUPPORT AND DOCUMENTATION
17 Microsoft has a documentation how the Active Directory domain controllers
18 should register themselves in the DNS:
20 Microsoft Active Directory Technical Specifications [MS-ADTS]
21 Section 6.3.2.3 SRV Records
22     Published 14 February 2019 at
23         https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-adts/c1987d42-1847-4cc9-acf7-aab2136d6952
25     Archived on 23 March 2020
26         http://archive.today/6NUSR
29 After installing, you can find documentation for this module with the
30 perldoc command.
32     perldoc Net::DNS::DomainController::Discovery
34 You can also look for information at:
36     Source code repository
37         https://repo.or.cz/Net-DNS-DomainController-Discovery.git
38   
39     RT, CPAN's request tracker (report bugs here)
40         https://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-DNS-DomainController-Discovery
42     Search CPAN
43         https://metacpan.org/release/Net-DNS-DomainController-Discovery
46 LICENSE AND COPYRIGHT
48 This software is Copyright (c) 2020 by Marcin CIESLAK.
50 This is free software, licensed under:
52   The Artistic License 2.0 (GPL Compatible)