summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-05-06 11:40:05 +0200
committerKarolin Seeger <kseeger@samba.org>2008-06-23 14:17:42 +0200
commit1244128a6a536e01fb27ba382ab48c653aac0209 (patch)
treeb7dec028084eef8d9d4223542508ef0ad9ce554b
parent78c2912d5f57c120898769fec2cd5cc72ba666a7 (diff)
downloadsamba-1244128a6a536e01fb27ba382ab48c653aac0209.tar.gz
testsuite: use domain==workgroup in wbinfo tests now that we are PDC.
Previously domain==netbios name was the right thing to use. Michael (cherry picked from commit a5fc47c2457ce370a4f6150b9f2a417dac7589bf) (cherry picked from commit b211b576cc1287aeb2b541ae6575a3230350d044)
-rwxr-xr-xsource/script/tests/test_wbinfo_s3.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/script/tests/test_wbinfo_s3.sh b/source/script/tests/test_wbinfo_s3.sh
index b0b6824500d..e3bf1b9e708 100755
--- a/source/script/tests/test_wbinfo_s3.sh
+++ b/source/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"