- TW-1437 taskd.trust has a bad default value.
This commit is contained in:
Paul Beckingham
2014-11-08 15:23:55 -05:00
parent ab17450820
commit da8e16a38b
2 changed files with 2 additions and 1 deletions

View File

@@ -297,7 +297,7 @@ std::string Config::_defaults =
"#taskd.certificate <certificate file>\n"
"#taskd.credentials <organization>/<name>/<password>\n"
"#taskd.server <server>:<port>\n"
"#taskd.trust=strict\n"
"taskd.trust=strict\n"
"#taskd.trust=ignore hostname\n"
"#taskd.trust=allow all\n"
"taskd.ciphers=NORMAL\n"