This is another *BIG* change...
[jra/samba/.git] / testsuite / build_farm / basicsmb-domainsec.test
index ff184c4c7f307b2d4c67f8505663b66c2fda3f5f..5dd005a6ee7ac2e854f8453ce3b0b9322ffb8d3f 100644 (file)
@@ -1,19 +1,16 @@
-if [ $whoami != "root" ]; then
-       exit 0;
-fi
 
 . basicsmb.fns
 
 test_joindomain() {
        test_joindomain_password="$1"
 
-       echo "$prefix/bin/smbpasswd -L -j TESTWG -U $whoami%$test_join_domain_password"
-       $prefix/bin/smbpasswd -L -j TESTWG -U $whoami%$test_join_domain_password
+       echo "$prefix/bin/net rpc join -S localhost  -U $whoami%$test_join_domain_password"
+       $prefix/bin/net rpc join -S localhost  -U $whoami%$test_join_domain_password
        status=$?
        if [ $status = 0 ]; then
-           echo "smbpasswd correctly joined the domain ($workgroup)"
+           echo "'net rpc join' correctly joined the domain ($workgroup)"
        else
-           echo "smbpasswd failed to join the domain ($workgroup)! (status $status)"
+           echo "'net rpc join' failed to join the domain ($workgroup)! (status $status)"
            return 1
        fi
        return 0