]> git.ipfire.org Git - thirdparty/samba.git/commit
pycredentials: add function to return the netr_Authenticator
authorGary Lockyer <gary@catalyst.net.nz>
Thu, 15 Jun 2017 03:55:43 +0000 (15:55 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 22 Jun 2017 06:56:22 +0000 (08:56 +0200)
commitb68a3374a56c7117aa1d9fedf56940b6a1ed1cae
tree6bf3b3098190c45300061b74f264277763c8f0e1
parent7539595c4807a0396feb90b2dedb1001162dda74
pycredentials: add function to return the netr_Authenticator

Add method new_client_authenticator that returns data to allow a
netr_Authenticator to be constructed.
Allows python to make netr_LogonSamLogonWithFlags,
netr_LogonGetDomainInfo and similar calls

Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
auth/credentials/pycredentials.c
python/samba/tests/py_credentials.py [new file with mode: 0644]
source4/selftest/tests.py