From c1f55e13764dc5a8606a2e27edee72d3456e5abc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 7 Feb 2009 04:06:02 +0000 Subject: [PATCH] fix --pk-enterprise to not alias -C git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24634 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kuser/kinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kuser/kinit.c b/kuser/kinit.c index e65c12d51..de2c00671 100644 --- a/kuser/kinit.c +++ b/kuser/kinit.c @@ -169,7 +169,7 @@ static struct getargs args[] = { { "enterprise",0, arg_flag, &enterprise_flag, NP_("parse principal as a KRB5-NT-ENTERPRISE name", "") }, #ifdef PKINIT - { "pk-enterprise", 'C', arg_flag, &pk_enterprise_flag, + { "pk-enterprise", 0, arg_flag, &pk_enterprise_flag, NP_("use enterprise name from certificate", "") }, { "pk-user", 'C', arg_string, &pk_user_id,