summaryrefslogtreecommitdiff
path: root/source3/script
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-05-06 11:40:05 +0200
committerMichael Adam <obnox@samba.org>2008-05-06 12:26:14 +0200
commit41075fbfa1cad4e8e978927850bb6010577f029f (patch)
tree58eeaef05c15c3650d8ee0374ce6f34f6fb296de /source3/script
parent4cbb87adad09a0e9cfdd82d6aa794c5af91bb654 (diff)
downloadsamba-41075fbfa1cad4e8e978927850bb6010577f029f.tar.gz
samba-41075fbfa1cad4e8e978927850bb6010577f029f.tar.bz2
samba-41075fbfa1cad4e8e978927850bb6010577f029f.zip
testsuite: use domain==workgroup in wbinfo tests now that we are PDC.
Previously domain==netbios name was the right thing to use. Michael (This used to be commit a5fc47c2457ce370a4f6150b9f2a417dac7589bf)
Diffstat (limited to 'source3/script')
-rwxr-xr-xsource3/script/tests/test_wbinfo_s3.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/script/tests/test_wbinfo_s3.sh b/source3/script/tests/test_wbinfo_s3.sh
index b0b6824500..e3bf1b9e70 100755
--- a/source3/script/tests/test_wbinfo_s3.sh
+++ b/source3/script/tests/test_wbinfo_s3.sh
@@ -25,10 +25,10 @@ tests="$tests:--own-domain"
tests="$tests:--all-domains"
tests="$tests:--trusted-domains"
tests="$tests:--domain-info=BUILTIN"
-tests="$tests:--domain-info=$server"
+tests="$tests:--domain-info=$domain"
tests="$tests:--online-status"
tests="$tests:--online-status --domain=BUILTIN"
-tests="$tests:--online-status --domain=$server"
+tests="$tests:--online-status --domain=$domain"
#Didn't pass yet# tests="$tests:--domain-users"
tests="$tests:--domain-groups"
tests="$tests:--name-to-sid=$username"