(args): add gss-bindings
(main): set ftp_do_gss_bindings to 1 to make client use them git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12457 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -59,6 +59,8 @@ struct getargs getargs[] = {
|
||||
"passive mode", NULL},
|
||||
{ NULL, 't', arg_counter, &trace,
|
||||
"Packet tracing", NULL},
|
||||
{ "gss-bindings", 0, arg_negative_flag, &ftp_do_gss_bindings,
|
||||
"Use GSS-API bindings", NULL},
|
||||
{ NULL, 'v', arg_counter, &verbose,
|
||||
"verbosity", NULL},
|
||||
{ NULL, 'K', arg_negative_flag, &use_kerberos,
|
||||
@@ -96,6 +98,7 @@ main(int argc, char **argv)
|
||||
lineedit = 1;
|
||||
passivemode = 0; /* passive mode not active */
|
||||
use_kerberos = 1;
|
||||
ftp_do_gss_bindings = 1;
|
||||
|
||||
if(getarg(getargs, num_args, argc, argv, &optind))
|
||||
usage(1);
|
||||
|
Reference in New Issue
Block a user