From 52b83f8c31f83fba52c41ed86e0f386c8252c60c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 19 Dec 2003 00:53:11 +0000 Subject: [PATCH] (getargs): negative flag for delegating gss creds git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13232 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftp/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appl/ftp/ftp/main.c b/appl/ftp/ftp/main.c index 3c861bdb5..69975023f 100644 --- a/appl/ftp/ftp/main.c +++ b/appl/ftp/ftp/main.c @@ -62,6 +62,8 @@ struct getargs getargs[] = { #ifdef KRB5 { "gss-bindings", 0, arg_negative_flag, &ftp_do_gss_bindings, "Use GSS-API bindings", NULL}, + { "gss-delegate", 0, arg_negative_flag, &ftp_do_gss_delegate, + "Delegate GSS-API credential", NULL}, #endif { NULL, 'v', arg_counter, &verbose, "verbosity", NULL},