CVE-2020-25717: s3:auth: let auth3_generate_session_info_pac() forward the low level...
authorStefan Metzmacher <metze@samba.org>
Fri, 8 Oct 2021 17:57:18 +0000 (19:57 +0200)
committerAndreas Schneider <asn@samba.org>
Mon, 8 Nov 2021 08:10:08 +0000 (09:10 +0100)
commit16fa6601a3517c723e90dfb8b1a086df2616e668
tree7dd15a390571de46edb9fa9a2f0b044af3354d8f
parent986642f066c3fdf187a8799898196a23cb9d532c
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>
source3/auth/auth_generic.c