1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r8013: Remember to add the header containing the prototype for the pac

generating function...

Andrew Bartlett
This commit is contained in:
Andrew Bartlett 2005-06-30 08:26:58 +00:00 committed by Gerald (Jerry) Carter
parent 6a3f622222
commit 707cf5fba8
2 changed files with 8 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include "includes.h"
#include "kdc/kdc.h"
#include "kdc/pac-glue.h" /* Ensure we don't get this prototype wrong, as that could be painful */
krb5_error_code samba_get_pac(krb5_context context,
struct krb5_kdc_configuration *config,

7
source/kdc/pac-glue.h Normal file
View File

@ -0,0 +1,7 @@
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,
krb5_data *pac);