From 2f7728caffbb79bd441c5d50a552f80b05a229ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 24 Mar 2008 12:05:10 +0000 Subject: [PATCH] Add stub --canonicalize implementation. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22704 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kuser/kgetcred.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kuser/kgetcred.c b/kuser/kgetcred.c index e9fb3fee4..321f250c2 100644 --- a/kuser/kgetcred.c +++ b/kuser/kgetcred.c @@ -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 },