5 test_join_domain_password="$1"
7 echo "$prefix/bin/net rpc join -S localhost -U $whoami%$test_join_domain_password"
8 $prefix/bin/net rpc join -S localhost -U $whoami%$test_join_domain_password
10 if [ $status = 0 ]; then
11 echo "'net rpc join' correctly joined the domain"
13 echo "'net rpc join' failed to join the domain! (status $status)"
20 (test_smb_conf_setup && test_smbpasswd $password ) || exit 1
22 test_joindomain $password || exit 1
25 test_listfilesauth $security || exit 1
26 test_listfilesnpw $security || exit 1