]> git.ipfire.org Git - thirdparty/samba.git/commit
libcli/auth: return INVALID_PARAMETER for DES in netlogon_creds_{de,en}crypt_samlogon...
authorStefan Metzmacher <metze@samba.org>
Mon, 28 Oct 2024 15:54:48 +0000 (16:54 +0100)
committerJule Anger <janger@samba.org>
Wed, 13 Nov 2024 10:39:12 +0000 (10:39 +0000)
commit270499b1c9ed4a010da265954314bfb5ffcd9eca
tree8e427ef4c1e5362ea1a606ec8d01905a9da01ca8
parent6b32dcf6ea2af0949fd283dd497b08e3a1ca6b26
libcli/auth: return INVALID_PARAMETER for DES in netlogon_creds_{de,en}crypt_samlogon_logon

For the NetlogonGenericInformation case we want an error instead of no
encryption if only DES was negotiated...

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15425

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
(cherry picked from commit 131f5c0b251e456c466eaca744525504e1d69492)
libcli/auth/credentials.c