summaryrefslogtreecommitdiff
path: root/source4/kdc/pac-glue.h
blob: 69490bb7f3cad2bb42e637b92d29a8370798f695 (plain)
1
2
3
4
5
6
7
8

 krb5_error_code samba_get_pac(krb5_context context, 
			       struct krb5_kdc_configuration *config,
			       krb5_principal client, 
			       krb5_keyblock *krbtgt_keyblock, 
			       krb5_keyblock *server_keyblock, 
			       time_t tgs_authtime,
			       krb5_data *pac);