]> 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)
committerDouglas Bagnall <dbagnall@samba.org>
Wed, 30 Oct 2024 23:08:36 +0000 (23:08 +0000)
commit131f5c0b251e456c466eaca744525504e1d69492
tree6a223279eda384ba78e7268f2ae34224ec6c86e2
parentd43dc47eb1481796d1c5f1e0a02235be3b33e6ad
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>
libcli/auth/credentials.c