]> git.ipfire.org Git - thirdparty/samba.git/commit
libcli/auth: pass auth_{type,level} to schannel_check_creds_state()
authorStefan Metzmacher <metze@samba.org>
Tue, 29 Oct 2024 08:44:52 +0000 (09:44 +0100)
committerDouglas Bagnall <dbagnall@samba.org>
Wed, 30 Oct 2024 23:08:36 +0000 (23:08 +0000)
commit7b02fb50143ba5044605ec67ed41180391835dcb
treeeebeb10afa536f5f8b2b533e2ae0978ae7c0d0f2
parent131f5c0b251e456c466eaca744525504e1d69492
libcli/auth: pass auth_{type,level} to schannel_check_creds_state()

This will make it easier to implement netr_ServerAuthenticateKerberos() later...

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/schannel_state.h
libcli/auth/schannel_state_tdb.c
librpc/rpc/server/netlogon/schannel_util.c