Add stub --canonicalize implementation.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22704 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-03-24 12:05:10 +00:00
parent b9f88cce4c
commit 2f7728caff

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 1997 - 2007 Kungliga Tekniska H<>gskolan
* Copyright (c) 1997 - 2008 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -41,6 +41,7 @@ static char *delegation_cred_str;
static char *etype_str;
static int transit_flag = 1;
static int forwardable_flag;
static int canonicalize_flag;
static char *impersonate_str;
static char *nametype_str;
static int version_flag;
@@ -53,6 +54,8 @@ struct getargs args[] = {
"credential cache to store credential in", "cache"},
{ "delegation-credential-cache",0,arg_string, &delegation_cred_str,
"where to find the ticket use for delegation", "cache"},
{ "canonicalize", 0, arg_flag, &canonicalize_flag,
"canonicalize the principal"},
{ "forwardable", 0, arg_flag, &forwardable_flag,
"forwardable ticket requested"},
{ "transit-check", 0, arg_negative_flag, &transit_flag },