3 test_joindomain_nt4() {
5 echo $prefix/bin/smbpasswd -L -a -m buildfarm$
6 $prefix/bin/smbpasswd -L -a -m buildfarm$
8 echo $prefix/bin/net rpc oldjoin -S localhost
9 $prefix/bin/net rpc oldjoin -S localhost
11 if [ $status = 0 ]; then
12 echo "'net rpc oldjoin' correctly joined the domain"
14 echo "'net rpc oldjoin' failed to join the domain! (status $status)"
22 (test_smb_conf_setup && test_smbpasswd $password ) || exit 1
24 test_joindomain_nt4 $password || exit 1
26 test_listfilesauth $security || exit 1
27 test_listfilesnpw $security || exit 1