pass down server entry to verify_pac function, from Andrew Bartlett <abartlet@samba.org>

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19796 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-01-10 14:22:04 +00:00
parent e91d63e452
commit 634d0ca86d
2 changed files with 7 additions and 4 deletions

View File

@@ -57,14 +57,15 @@ typedef krb5_error_code
typedef krb5_error_code
(*krb5plugin_windc_pac_verify)(void *, krb5_context,
struct hdb_entry_ex *, krb5_pac);
const krb5_principal,
struct hdb_entry_ex *, struct hdb_entry_ex *, krb5_pac *);
typedef krb5_error_code
(*krb5plugin_windc_client_access)(
void *, krb5_context, struct hdb_entry_ex *, KDC_REQ *);
#define KRB5_WINDC_PLUGING_MINOR 1
#define KRB5_WINDC_PLUGING_MINOR 2
typedef struct krb5plugin_windc_ftable {
int minor_version;