CVE-2020-25717: s3:auth: simplify get_user_from_kerberos_info() by removing the unuse...
commite8bb009009cd68550db814904399163794e3a84a
authorStefan Metzmacher <metze@samba.org>
Fri, 8 Oct 2021 15:59:59 +0000 (8 17:59 +0200)
committerJule Anger <janger@samba.org>
Tue, 9 Nov 2021 19:45:33 +0000 (9 19:45 +0000)
tree620716c1294344d3bca596adf1bc753f925408c1
parent2609e4297e04c93ca5bd1466617c4536faf5be32
CVE-2020-25717: s3:auth: simplify get_user_from_kerberos_info() by removing the unused logon_info argument

This code is only every called in standalone mode on a MIT realm,
it means we never have a PAC and we also don't have winbindd arround.

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