summaryrefslogtreecommitdiff
path: root/source4/kdc/pac-glue.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2014-05-10 00:49:44 +0200
committerGünther Deschner <gd@samba.org>2015-03-27 01:26:16 +0100
commit714862defd5dc318e3ff4360165ce92be4098cb8 (patch)
tree3944767a2dcc51f14bdf618c7b2cd20e6c714978 /source4/kdc/pac-glue.h
parent0501db1a6767eac7066d6bd67e0c93b0ac4143ec (diff)
downloadsamba-714862defd5dc318e3ff4360165ce92be4098cb8.tar.gz
s4-kdc: pass down only a samba_kdc_entry to samba_krbtgt_is_in_db().
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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/kdc/pac-glue.h b/source4/kdc/pac-glue.h
index e7cba71cc02..22b50dc69bb 100644
--- a/source4/kdc/pac-glue.h
+++ b/source4/kdc/pac-glue.h
@@ -28,7 +28,9 @@ krb5_error_code samba_make_krb5_pac(krb5_context context,
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);
+int samba_krbtgt_is_in_db(struct samba_kdc_entry *skdc_entry,
+ bool *is_in_db,
+ bool *is_untrusted);
NTSTATUS samba_kdc_get_pac_blob(TALLOC_CTX *mem_ctx,
struct samba_kdc_entry *skdc_entry,