1
0
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:
Günther Deschner 2009-02-03 15:31:28 +01:00
parent b0ea179734
commit 329b8775f5

View File

@ -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);