s4-lib/cmdline: Fix help for -P / --machine-pass: this no longer implies -k
authorAndrew Bartlett <abartlet@samba.org>
Wed, 25 Feb 2015 23:24:21 +0000 (12:24 +1300)
committerStefan Metzmacher <metze@samba.org>
Fri, 6 Mar 2015 16:39:58 +0000 (17:39 +0100)
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source4/lib/cmdline/popt_credentials.c

index ea08f8b95180ad9bd18655485109e4dc0c02823c..59a724c6f9ecce78855d9619e5f0552f443b0ebd 100644 (file)
@@ -166,7 +166,7 @@ struct poptOption popt_common_credentials4[] = {
        { "no-pass", 'N', POPT_ARG_NONE, &dont_ask, 'N', "Don't ask for a password" },
        { "password", 0, POPT_ARG_STRING, NULL, OPT_PASSWORD, "Password" },
        { "authentication-file", 'A', POPT_ARG_STRING, NULL, 'A', "Get the credentials from a file", "FILE" },
-       { "machine-pass", 'P', POPT_ARG_NONE, NULL, 'P', "Use stored machine account password (implies -k)" },
+       { "machine-pass", 'P', POPT_ARG_NONE, NULL, 'P', "Use stored machine account password" },
        { "simple-bind-dn", 0, POPT_ARG_STRING, NULL, OPT_SIMPLE_BIND_DN, "DN to use for a simple bind" },
        { "kerberos", 'k', POPT_ARG_STRING, NULL, OPT_KERBEROS, "Use Kerberos, -k [yes|no]" },
        { "krb5-ccache", 0, POPT_ARG_STRING, NULL, OPT_KRB5_CCACHE, "Credentials cache location for Kerberos" },