From: Andreas Schneider Date: Mon, 11 Oct 2021 11:31:49 +0000 (+0200) Subject: s4:mit-samba: Pass flags to ks_get_pac() X-Git-Tag: talloc-2.3.4~377 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c29d5fcbea335d0382a3d42da36e7aeed817a71b;p=thirdparty%2Fsamba.git s4:mit-samba: Pass flags to ks_get_pac() Signed-off-by: Andreas Schneider Reviewed-by: Stefan Metzmacher --- diff --git a/source4/kdc/mit-kdb/kdb_samba_policies.c b/source4/kdc/mit-kdb/kdb_samba_policies.c index 4c68fae7abd..004e2f41c09 100644 --- a/source4/kdc/mit-kdb/kdb_samba_policies.c +++ b/source4/kdc/mit-kdb/kdb_samba_policies.c @@ -164,6 +164,7 @@ done: } static krb5_error_code ks_get_pac(krb5_context context, + uint32_t flags, krb5_db_entry *client, krb5_db_entry *server, krb5_keyblock *client_key, @@ -436,6 +437,7 @@ krb5_error_code kdb_samba_db_sign_auth_data(krb5_context context, } code = ks_get_pac(context, + flags, client_entry, server, NULL, @@ -494,6 +496,7 @@ krb5_error_code kdb_samba_db_sign_auth_data(krb5_context context, } code = ks_get_pac(context, + flags, client_entry, server, NULL, @@ -655,6 +658,7 @@ krb5_error_code kdb_samba_db_issue_pac(krb5_context context, flags); code = ks_get_pac(context, + flags, client, server, replaced_reply_key,