]> git.ipfire.org Git - thirdparty/samba.git/commit
CVE-2020-25717: s3:auth: simplify get_user_from_kerberos_info() by removing the unuse...
authorStefan Metzmacher <metze@samba.org>
Fri, 8 Oct 2021 15:59:59 +0000 (17:59 +0200)
committerJule Anger <janger@samba.org>
Mon, 8 Nov 2021 09:52:11 +0000 (10:52 +0100)
commit27d719174b75842156fba8b92d98e0908e95339b
tree5d77482916a402245fb7fc6ee7a38b030fcf26dd
parent9f807fdd8d1a148891d389820c329f44f9ffe965
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