CVE-2020-25717: s3:auth: let auth3_generate_session_info_pac() forward the low level...
commit1ec930b2f584ef012cd84d3d7ae265719de1b878
authorStefan Metzmacher <metze@samba.org>
Fri, 8 Oct 2021 17:57:18 +0000 (8 19:57 +0200)
committerJoseph Sutton <josephsutton@catalyst.net.nz>
Wed, 3 Nov 2021 21:09:05 +0000 (4 10:09 +1300)
tree0fd29ffe6a41fda956981baff3ab39c5c34139eb
parent210b3e36f76d7251714aa48af2319496b907db11
CVE-2020-25717: s3:auth: let auth3_generate_session_info_pac() forward the low level errors

Mapping everything to ACCESS_DENIED makes it hard to debug problems,
which may happen because of our more restrictive behaviour in future.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14801
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