]> git.ipfire.org Git - thirdparty/samba.git/commit
pycredentials: add credentials.netlogon_creds_*() functions via py_module_methods
authorStefan Metzmacher <metze@samba.org>
Mon, 18 Nov 2024 18:26:30 +0000 (19:26 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 5 Dec 2024 16:46:38 +0000 (16:46 +0000)
commit04da20c813329475e6298fd4e34acaa2405ee3bf
tree319b1d632618094c1705493edddcfb0dd692d205
parentbd76d0460bfd295ac15cb9f0ac7b8718a982ee79
pycredentials: add credentials.netlogon_creds_*() functions via py_module_methods

This makes it possible to explore the functions arround
netlogon_creds_CredentialState via python.

This allows us to write tests in order to explore
the details of netr_ServerAuthenticateKerberos().

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
auth/credentials/pycredentials.c