Make app pkinit options prefixed with pkinit_

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19068 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-11-17 22:20:25 +00:00
parent e299db5039
commit 61623b636c
2 changed files with 4 additions and 4 deletions

View File

@@ -607,7 +607,7 @@ _krb5_pk_mk_padata(krb5_context context,
FALSE,
"realms",
req_body->realm,
"win2k_pkinit",
"pkinit_win2k",
NULL);
if (context->pkinit_flags & KRB5_PKINIT_WIN2K)
win2k_compat = 1;
@@ -618,7 +618,7 @@ _krb5_pk_mk_padata(krb5_context context,
FALSE,
"realms",
req_body->realm,
"win2k_pkinit_require_binding",
"pkinit_win2k_require_binding",
NULL);
type = COMPAT_WIN2K;
} else