const char *caddr;
static int show_defaults;
static int skip_logic_checks = 0;
- const char *weak_crypo_str = "";
bool ok;
struct poptOption long_options[] = {
fprintf(stderr,"Loaded services file OK.\n");
- if (samba_gnutls_weak_crypto_allowed()) {
- weak_crypo_str = "allowed";
- } else {
- weak_crypo_str = "disallowed";
- }
- fprintf(stderr, "Weak crypto is %s\n", weak_crypo_str);
+ fprintf(stderr,
+ "Weak crypto is %sallowed by GnuTLS "
+ "(e.g. NTLM as a compatibility fallback)\n",
+ samba_gnutls_weak_crypto_allowed() ? "" : "dis");
if (skip_logic_checks == 0) {
ret = do_global_checks();