summaryrefslogtreecommitdiff
path: root/source4/kdc/pac-glue.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2014-05-09 23:26:42 +0200
committerGünther Deschner <gd@samba.org>2015-03-27 01:26:16 +0100
commit78c0cf292b138f122e198037646bfdf19e1584fd (patch)
tree7d63b64cab68022500396c70770c05b811562131 /source4/kdc/pac-glue.h
parentba1838300cab30ca42bf2226e00be84067078fff (diff)
downloadsamba-78c0cf292b138f122e198037646bfdf19e1584fd.tar.gz
s4-kdc: pass down only a samba_kdc_entry to samba_princ_needs_pac().
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source4/kdc/pac-glue.h')
-rw-r--r--source4/kdc/pac-glue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/kdc/pac-glue.h b/source4/kdc/pac-glue.h
index 0e1cdcd2f25..cc37f2ae5be 100644
--- a/source4/kdc/pac-glue.h
+++ b/source4/kdc/pac-glue.h
@@ -26,7 +26,7 @@ krb5_error_code samba_make_krb5_pac(krb5_context context,
DATA_BLOB *deleg_blob,
krb5_pac *pac);
-bool samba_princ_needs_pac(struct hdb_entry_ex *princ);
+bool samba_princ_needs_pac(struct samba_kdc_entry *skdc_entry);
int samba_krbtgt_is_in_db(struct hdb_entry_ex *princ, bool *is_in_db, bool *is_untrusted);