1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

Activedirectory: Full support for managing NS records. (#450)

* condense AD 'unsupported record type' warnings

* active directory provider can create/modify/delete NS records!

* ad passes more of the tests now

* skip root NS records for safety

* clarifying comment
This commit is contained in:
Craig Peterson
2019-02-20 12:30:35 -05:00
committed by GitHub
parent 82d4660816
commit 9a6af836dc
2 changed files with 53 additions and 17 deletions

View File

@@ -2,7 +2,7 @@
"ACTIVEDIRECTORY_PS": {
"ADServer": "$AD_SERVER",
"domain": "$AD_DOMAIN",
"knownFailures": "20,21,22,29,30,31,32,33,34,35,38,39,40,41,48,49,51,52,53"
"knownFailures": "29,30,31,32,33,34,35,38,39,40,41,48,49,51,52,53"
},
"BIND": {
"domain": "example.com"