net: add "-k" switch for kerberos authentication (in preparation for #5416).
[gd/samba/.git] / source3 / utils / net.c
index d086f947f1bf20ceebcda68c0f80879f8a2f36d4..e90e8f0a0fa200989c4056a5397f4621af4692ff 100644 (file)
@@ -636,6 +636,7 @@ static struct functable net_func[] = {
                {"stdin",       'i', POPT_ARG_NONE,   &c->opt_stdin},
                {"timeout",     't', POPT_ARG_INT,    &c->opt_timeout},
                {"machine-pass",'P', POPT_ARG_NONE,   &c->opt_machine_pass},
+               {"kerberos",    'k', POPT_ARG_NONE,   &c->opt_kerberos},
                {"myworkgroup", 'W', POPT_ARG_STRING, &c->opt_workgroup},
                {"verbose",     'v', POPT_ARG_NONE,   &c->opt_verbose},
                {"test",        'T', POPT_ARG_NONE,   &c->opt_testmode},