- 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

@ -172,6 +172,7 @@
Testing).
- TW-1428 Add support for color.uda.<name>.<value> rules.
- TW-1436 Parser hangs when multiple slashes are used.
- TW-1437 taskd.trust has a bad default value.
- TW-1441 task import continues happily if filename doesn't exist.
- Removed deprecated 'echo.command' setting, in favor of the 'header' and
'affected' verbosity tokens.

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"