(getargs): negative flag for delegating gss creds
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13232 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -62,6 +62,8 @@ struct getargs getargs[] = {
|
|||||||
#ifdef KRB5
|
#ifdef KRB5
|
||||||
{ "gss-bindings", 0, arg_negative_flag, &ftp_do_gss_bindings,
|
{ "gss-bindings", 0, arg_negative_flag, &ftp_do_gss_bindings,
|
||||||
"Use GSS-API bindings", NULL},
|
"Use GSS-API bindings", NULL},
|
||||||
|
{ "gss-delegate", 0, arg_negative_flag, &ftp_do_gss_delegate,
|
||||||
|
"Delegate GSS-API credential", NULL},
|
||||||
#endif
|
#endif
|
||||||
{ NULL, 'v', arg_counter, &verbose,
|
{ NULL, 'v', arg_counter, &verbose,
|
||||||
"verbosity", NULL},
|
"verbosity", NULL},
|
||||||
|
Reference in New Issue
Block a user