diff options
author | Günther Deschner <gd@samba.org> | 2014-05-09 23:26:42 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2015-03-27 01:26:16 +0100 |
commit | 78c0cf292b138f122e198037646bfdf19e1584fd (patch) | |
tree | 7d63b64cab68022500396c70770c05b811562131 /source4/kdc/pac-glue.h | |
parent | ba1838300cab30ca42bf2226e00be84067078fff (diff) | |
download | samba-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.h | 2 |
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); |