mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3-net: fix warning message for keytab usage.
Guenther
This commit is contained in:
parent
b0ea179734
commit
329b8775f5
@ -2242,8 +2242,8 @@ int net_ads_keytab(struct net_context *c, int argc, const char **argv)
|
||||
};
|
||||
|
||||
if (!USE_KERBEROS_KEYTAB) {
|
||||
d_printf("\nWarning: \"kerberos method\" must be set to a \
|
||||
keytab method to use keytab functions.\n");
|
||||
d_printf("\nWarning: \"kerberos method\" must be set to a "
|
||||
"keytab method to use keytab functions.\n");
|
||||
}
|
||||
|
||||
return net_run_function(c, argc, argv, "net ads keytab", func);
|
||||
|
Loading…
Reference in New Issue
Block a user