diff options
| author | Samuel Cabrero <scabrero@suse.de> | 2018-08-31 16:42:05 +0200 |
|---|---|---|
| committer | Noel Power <npower@samba.org> | 2018-12-19 12:42:10 +0100 |
| commit | 4ce9371f5fa99d49f16e0563d0cd185459b58ea3 (patch) | |
| tree | 25a8b1a6a4a67e4333db0c2fb1950ab6b34e1fd0 /source3/script | |
| parent | c9a5bf3c82c988aa424e804305aafa127749837f (diff) | |
| download | samba-4ce9371f5fa99d49f16e0563d0cd185459b58ea3.tar.gz samba-4ce9371f5fa99d49f16e0563d0cd185459b58ea3.tar.bz2 samba-4ce9371f5fa99d49f16e0563d0cd185459b58ea3.zip | |
tests/ntlm_auth: Port ntlm_auth tests to python: ntlm_auth with NTLMSSP gss-spnego-client and gss-spnego server against winbind
Port ntlm_auth bash script tests to python
Signed-off-by: Samuel Cabrero <scabrero@suse.de>
Reviewed-by: Noel Power <npower@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/script')
| -rwxr-xr-x | source3/script/tests/test_ntlm_auth_s3.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/script/tests/test_ntlm_auth_s3.sh b/source3/script/tests/test_ntlm_auth_s3.sh index 2b9b87e75b0..12bdc65e897 100755 --- a/source3/script/tests/test_ntlm_auth_s3.sh +++ b/source3/script/tests/test_ntlm_auth_s3.sh @@ -269,8 +269,6 @@ EOF } # This should work even with NTLMv2 -testit "ntlm_auth with NTLMSSP gss-spnego-client and gss-spnego server against winbind" $PYTHON $SRC3DIR/torture/test_ntlm_auth.py $NTLM_AUTH --client-username=$USERNAME --client-domain=$DOMAIN --client-password=$PASSWORD --server-use-winbindd --client-helper=gss-spnego-client --server-helper=gss-spnego $ADDARGS || failed=`expr $failed + 1` - testit "wbinfo store cached credentials" $BINDIR/wbinfo --ccache-save=$DOMAIN/$USERNAME%$PASSWORD || failed=`expr $failed + 1` testit "ntlm_auth ccached credentials with NTLMSSP client and gss-spnego server" $PYTHON $SRC3DIR/torture/test_ntlm_auth.py $NTLM_AUTH $ADDARGS --client-username=$USERNAME --client-domain=$DOMAIN --client-use-cached-creds --client-helper=ntlmssp-client-1 --server-helper=gss-spnego --server-use-winbindd || failed=`expr $failed + 1` |
