fix --pk-enterprise to not alias -C

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24634 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-02-07 04:06:02 +00:00
parent a8d40354e1
commit c1f55e1376

View File

@@ -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,