CVE-2020-25717: s3:auth: simplify make_session_info_krb5() by removing unused arguments
commit255e5c14061ca65c135959046a26418321d80092
authorStefan Metzmacher <metze@samba.org>
Fri, 8 Oct 2021 16:03:04 +0000 (8 18:03 +0200)
committerJoseph Sutton <josephsutton@catalyst.net.nz>
Wed, 3 Nov 2021 21:09:05 +0000 (4 10:09 +1300)
treeb84d33df4277fb4f0f70217bb1867c8debdd485d
parentc513478908c19b3c9112a9d3d195a67931d6146c
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