]> git.ipfire.org Git - thirdparty/samba.git/commit
libcli/auth: pass auth_{type,level} to netlogon_creds_{de,en}crypt_samlogon_validation()
authorStefan Metzmacher <metze@samba.org>
Mon, 28 Oct 2024 11:43:44 +0000 (12:43 +0100)
committerJule Anger <janger@samba.org>
Wed, 13 Nov 2024 10:39:12 +0000 (10:39 +0000)
commit91154188e28e63b19b9d2b9180b8e72145790ffd
treec907852bb0448eb39516394263ac240c587486c5
parent1637e23c35dab542a10a855f7648fede2633fc39
libcli/auth: pass auth_{type,level} to netlogon_creds_{de,en}crypt_samlogon_validation()

This will be needed when we implement netr_ServerAuthenticateKerberos...

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 a56356e399339d5bce2e699431cd3e6186229170)
libcli/auth/credentials.c
libcli/auth/libcli_auth.h
libcli/auth/netlogon_creds_cli.c
libcli/auth/proto.h
source3/rpc_server/netlogon/srv_netlog_nt.c
source4/rpc_server/netlogon/dcerpc_netlogon.c
source4/torture/rpc/samlogon.c