r9648: this fixes the krb5 based login with the pac. The key to this whole saga was
[sfrench/samba-autobuild/.git] / source / kdc / pac-glue.h
1
2  krb5_error_code samba_get_pac(krb5_context context, 
3                                struct krb5_kdc_configuration *config,
4                                krb5_principal client, 
5                                krb5_keyblock *krbtgt_keyblock, 
6                                krb5_keyblock *server_keyblock, 
7                                time_t tgs_authtime,
8                                krb5_data *pac);