CVE-2020-25717: s3:auth: simplify make_session_info_krb5() by removing unused arguments
commitef4df24b472413925ca569456857dd10060c6917
authorStefan Metzmacher <metze@samba.org>
Fri, 8 Oct 2021 16:03:04 +0000 (8 18:03 +0200)
committerJule Anger <janger@samba.org>
Mon, 8 Nov 2021 09:52:11 +0000 (8 10:52 +0100)
treebc423302cf625448391769b8055dadc893655c48
parent27d719174b75842156fba8b92d98e0908e95339b
CVE-2020-25717: s3:auth: simplify make_session_info_krb5() by removing unused arguments

This is only ever be called in standalone mode with an MIT realm,
so we don't have a PAC/info3 structure.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14556

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/auth/auth_generic.c
source3/auth/proto.h
source3/auth/user_krb5.c