krb5_get_init_creds_keytab

Zachary Miller zmiller at cs.wisc.edu
Wed Mar 2 12:40:08 EST 2005


On Tue, Mar 01, 2005 at 07:32:42PM -0600, Zachary Miller wrote:
> 
> hi all,

solved my own problem.

> the code on the server side hasn't changed, so i suspect the problem is
> actually on the client side where i call krb5_mk_req_extended().  this code
> has changed in moving from 1.2 to 1.4 because i had to change the function
> krb5_get_in_tkt_with_keytab() to krb5_get_init_creds_keytab().

as it turns out,
when using krb5_get_init_creds_keytab, you must then call krb5_cc_store_cred
and krb5_get_credentials to finish the job of getting a service ticket using
a keytab file.


cheers,
-zach



More information about the krbdev mailing list