- When an invalid value for 'taskd.trust' is noticed, the 'sync' command will
  error out, and the 'diag' command will refer the user to the man page.
  This is because the allowed values were 'yes'/'no', and now are
  'strict'/'ignore hostname'/'allow all'.
This commit is contained in:
Paul Beckingham 2014-09-28 17:39:45 -04:00
parent dcc5dbf16a
commit fe46dadeee
9 changed files with 22 additions and 7 deletions

View file

@ -488,6 +488,7 @@
#define STRING_CMD_SYNC_CONNECT "Ne povis konekti al {1} {2}"
#define STRING_CMD_SYNC_HANDSHAKE "Handshake failed. {1}"
#define STRING_CMD_SYNC_TRUST_CA "You should either provide a CA certificate or override verification, but not both."
#define STRING_CMD_SYNC_TRUST_OBS "The 'taskd.trust' settings may now only contain a value of 'strict', 'ignore hostname' or 'allow all'."
#define STRING_CMD_DIAG_USAGE "Operaciuma, kompila, kaj media detaloj"
#define STRING_CMD_DIAG_PLATFORM "Operaciumo"
#define STRING_CMD_DIAG_UNKNOWN "<nekonata>"