summaryrefslogtreecommitdiffstats
path: root/wintest/test-s3.py
Commit message (Collapse)AuthorAgeFilesLines
* wintest: Fix test-s3.py to use smbclient3 under the name smbclientAndrew Bartlett2012-06-051-1/+1
| | | | | Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Jun 5 06:24:39 CEST 2012 on sn-devel-104
* wintest: use (renamed) smbclient4 tool as smbclientMichael Adam2012-05-311-1/+1
| | | | | Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu May 31 13:23:34 CEST 2012 on sn-devel-104
* wintest: introduce a variable to contain the (relative) path of smbclientMichael Adam2012-05-311-4/+6
|
* wintest: test wbinfo --krb5authAndrew Bartlett2012-03-151-0/+3
| | | | | | | This will ensure that this functionality is tested with MIT krb5, as the make test system only reaches this code with Heimdal. Andrew Bartlett
* wintest: Samba is now all version 4.0Andrew Bartlett2012-02-161-4/+4
|
* wintest: s3 moved smb.conf to /etcAndrew Bartlett2012-02-161-2/+2
|
* wintest: connect to correct hostname in test_net_useAndrew Bartlett2012-02-161-2/+2
|
* s3-wintest Add test of 'net use' against the Samba3 memberAndrew Bartlett2011-04-071-5/+11
|
* wintest Add testing of kerberos connections to Windows members of an AD domainAndrew Bartlett2010-12-141-2/+63
| | | | | | | | | | | | | | | | | This improves the Samba3 wintest script to test against Windows7 and WinXP domain members, and Windows7 standalone servers. To do this, more of the samba4 script is put in common, and we splut up the starting of the VMs from the preperation of the VM. This also improves the nmblookup command parsing to cope with both the samba3 and samba4 nmblookup commands. A krb5.conf is now provided for both s3 and s4 tests. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Dec 14 01:54:46 CET 2010 on sn-devel-104
* wintest More work to make test-s3.py workAndrew Bartlett2010-12-101-4/+17
| | | | | | | | | | | - Set the password on the newly added 'root' user so we can connect with a user that exists in getpwnam() without further configuration - bind interfaces only so we don't conflict with other Samba instances - use the full DNS name for smbclient - don't connect to localhost (as we will be on ${INTERFACE_IP} only - Use the windows domain in the wbinfo command (winbindd won't take bare name here). - Register our IP address in DNS using 'net ads dns register' Andrew Bartlett
* wintest Share more of the S4 test code with the s3 testAndrew Bartlett2010-12-101-12/+46
| | | | | | | | This allows us to run a private BIND in the S3 test, and allows the S3 test to join a freshly provisioned AD instance if the VM isn't already configured. Andrew Bartlett
* wintest: put most of the main program login in wintest.pyAndrew Tridgell2010-12-031-42/+7
| | | | | | | this makes it easier to create new tests Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Fri Dec 3 06:17:44 CET 2010 on sn-devel-104
* wintest: the start of a S3 testing script for wintestAndrew Tridgell2010-11-191-0/+202
this is just a skeleton at this stage. Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Fri Nov 19 06:03:55 CET 2010 on sn-devel-104