diff options
author | Michael Adam <obnox@samba.org> | 2008-05-06 11:40:05 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-05-06 12:26:14 +0200 |
commit | a5fc47c2457ce370a4f6150b9f2a417dac7589bf (patch) | |
tree | 596ae785643658c5bd3df62a9f7ec1b12257500c /source/script | |
parent | 026d701aff2c035359894786ec22b4ed829cfb31 (diff) | |
download | samba-a5fc47c2457ce370a4f6150b9f2a417dac7589bf.tar.gz samba-a5fc47c2457ce370a4f6150b9f2a417dac7589bf.tar.xz samba-a5fc47c2457ce370a4f6150b9f2a417dac7589bf.zip |
testsuite: use domain==workgroup in wbinfo tests now that we are PDC.
Previously domain==netbios name was the right thing to use.
Michael
Diffstat (limited to 'source/script')
-rwxr-xr-x | source/script/tests/test_wbinfo_s3.sh | 4 |
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" |