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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user