summaryrefslogtreecommitdiffstats
path: root/src/clients
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2007-01-31 00:52:59 +0000
committerTom Yu <tlyu@mit.edu>2007-01-31 00:52:59 +0000
commita633bc0799f01a73297d3800b752c39db60c797b (patch)
tree0ab98eb2d0304d04d7fb2234b7997b2c1baf498f /src/clients
parenta112b4c90587472a9e330edd9173070d6dd01aad (diff)
downloadkrb5-a633bc0799f01a73297d3800b752c39db60c797b.tar.gz
krb5-a633bc0799f01a73297d3800b752c39db60c797b.tar.xz
krb5-a633bc0799f01a73297d3800b752c39db60c797b.zip
remove krb5_get_init_creds_opt_set_pkinit() for now
ticket: 5420 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19130 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/clients')
-rw-r--r--src/clients/kinit/kinit.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/clients/kinit/kinit.c b/src/clients/kinit/kinit.c
index f8e5b77a4e..8037d8536f 100644
--- a/src/clients/kinit/kinit.c
+++ b/src/clients/kinit/kinit.c
@@ -857,24 +857,6 @@ k5_kinit(opts, k5)
}
}
-#if 0 /* XXX Testing... */
- code = krb5_get_init_creds_opt_set_pkinit(
- k5->ctx, /* context */
- options, /* get_init_creds_opt */
- NULL, /* principal */
- "/tmp/x509up_u20010", /* X509_user_identity */
- "/etc/grid-security/certificates", /* X509_anchors */
- NULL, /* X509_chain_list */
- NULL, /* X509_revoke_list */
- 0, /* flags */
- NULL, /* prompter_fct */
- NULL, /* prompter_data */
- NULL); /* password */
- if (code) {
- com_err(progname, code, "while setting pkinit options");
- goto cleanup;
- }
-#endif
switch (opts->action) {
case INIT_PW:
code = krb5_get_init_creds_password(k5->ctx, &my_creds, k5->me,