]> git.ipfire.org Git - thirdparty/samba.git/commit
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)
committerJule Anger <janger@samba.org>
Tue, 9 Nov 2021 19:45:33 +0000 (19:45 +0000)
commit97d54027910b7d3fa04bd6c1b72448a85cdf5d7c
tree7a7c452f5f0729bbdd899b57fd95a6e292afe1a1
parent14b9f905da196e4e1904e4d4b0dec6192e76ab61
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