wintest More work to make test-s3.py work
authorAndrew Bartlett <abartlet@samba.org>
Fri, 10 Dec 2010 04:09:54 +0000 (15:09 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 10 Dec 2010 06:58:13 +0000 (17:58 +1100)
commit89d4439ff13825d2bd59ebf8a49960258f4feebd
treede300d1043a58fab90658ae964c19b18030a8e93
parentc2a1ad9047508cf2745a9019e6783c8b8f7ef475
wintest More work to make test-s3.py work

 - 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/test-s3.py