summaryrefslogtreecommitdiff
path: root/source3/utils/net_help_common.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-07-30 21:37:09 +0200
committerGünther Deschner <gd@samba.org>2008-07-31 13:53:53 +0200
commit6913f986f4213e056f724ed3be3aee313c07d78c (patch)
tree680afbf2492ee36aff57ffef1d8abde086180d0a /source3/utils/net_help_common.c
parent536c26aa02f6afef4431427da1c8f6cc5b234a87 (diff)
downloadsamba-6913f986f4213e056f724ed3be3aee313c07d78c.tar.gz
samba-6913f986f4213e056f724ed3be3aee313c07d78c.tar.bz2
samba-6913f986f4213e056f724ed3be3aee313c07d78c.zip
net: add "-k" switch for kerberos authentication (in preparation for #5416).
Guenther (This used to be commit 4cce94d464b16d29b638da3a581d98a237959b63)
Diffstat (limited to 'source3/utils/net_help_common.c')
-rw-r--r--source3/utils/net_help_common.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/utils/net_help_common.c b/source3/utils/net_help_common.c
index be06caa37e..edf083905a 100644
--- a/source3/utils/net_help_common.c
+++ b/source3/utils/net_help_common.c
@@ -48,7 +48,8 @@ int net_common_flags_usage(struct net_context *c, int argc, const char **argv)
d_printf("\t-l or --long\t\t\tDisplay full information\n");
d_printf("\t-V or --version\t\t\tPrint samba version information\n");
d_printf("\t-P or --machine-pass\t\tAuthenticate as machine account\n");
- d_printf("\t-e or --encrypt\t\tEncrypt SMB transport (UNIX extended servers only)\n");
+ d_printf("\t-e or --encrypt\t\t\tEncrypt SMB transport (UNIX extended servers only)\n");
+ d_printf("\t-k or --kerberos\t\tUse kerberos (active directory) authentication\n");
return -1;
}