1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

s3:libads: Do not print error message for a default configuration

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15689

Signed-off-by: Pavel Filipenský <pfilipensky@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>

Autobuild-User(master): Pavel Filipensky <pfilipensky@samba.org>
Autobuild-Date(master): Mon Aug 19 13:21:08 UTC 2024 on atb-devel-224
This commit is contained in:
Pavel Filipenský
2024-08-16 16:37:32 +02:00
committed by Pavel Filipensky
parent 3d98048a5a
commit f1cd250a6f

View File

@ -838,8 +838,9 @@ static bool pw2kt_default_keytab_name(char *name_str, size_t name_size)
break;
default:
DBG_ERR("Invalid kerberos method set (%d)\n",
lp_kerberos_method());
DBG_NOTICE("'kerberos method' is 'secrets only' but "
"'sync machine password to keytab' is not set "
"==> no keytab will be generated.\n");
return false;
}