MSDNS: MSDNS auto-disable message is now more accurate (#1719)

[skip ci]
This commit is contained in:
Tom Limoncelli 2022-08-16 18:09:54 -04:00 committed by GitHub
parent 30146e8642
commit b2af4332f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ func init() {
func newDNS(config map[string]string, metadata json.RawMessage) (providers.DNSServiceProvider, error) {
if runtime.GOOS != "windows" {
printer.Println("INFO: PowerShell not available. Disabling Active Directory provider.")
printer.Println("INFO: MSDNS deactivated. Required OS not detected.")
return providers.None{}, nil
}