Pass down prompter and password to krb5_get_init_creds_opt_set_pkinit.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17540 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -484,9 +484,9 @@ get_new_tickets(krb5_context context,
|
||||
NULL,
|
||||
NULL,
|
||||
0,
|
||||
krb5_prompter_posix,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL);
|
||||
passwd);
|
||||
if (ret)
|
||||
krb5_err(context, 1, ret, "krb5_get_init_creds_opt_set_pkinit");
|
||||
}
|
||||
|
Reference in New Issue
Block a user