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:
parent
6a3f622222
commit
707cf5fba8
@ -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
7
source/kdc/pac-glue.h
Normal 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);
|
Loading…
Reference in New Issue
Block a user