summaryrefslogtreecommitdiff
path: root/source3/script
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2010-01-14 13:21:44 +0100
committerKai Blin <kai@samba.org>2010-01-14 15:18:35 +0100
commitcf38a1f850dd3712e7cd71364cc86ecba7871d03 (patch)
tree39f5beaf308d85d1a29f7f84bc6ed05cf99ea60f /source3/script
parent89e6eac290da6457b1d2259c32759d2b8a2b481b (diff)
downloadsamba-cf38a1f850dd3712e7cd71364cc86ecba7871d03.tar.gz
samba-cf38a1f850dd3712e7cd71364cc86ecba7871d03.tar.bz2
samba-cf38a1f850dd3712e7cd71364cc86ecba7871d03.zip
s3 test: Fix WINBINDD-STRUCT tests
The struct-based tests are working in make selftest, make them work in plain "make test" as well.
Diffstat (limited to 'source3/script')
-rwxr-xr-xsource3/script/tests/selftest.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh
index c952ef2029..91052a7065 100755
--- a/source3/script/tests/selftest.sh
+++ b/source3/script/tests/selftest.sh
@@ -244,6 +244,8 @@ cat >$SERVERCONFFILE<<EOF
winbindd:socket dir = $WINBINDD_SOCKET_DIR
idmap uid = 100000-200000
idmap gid = 100000-200000
+ winbind enum users = yes
+ winbind enum groups = yes
# min receivefile size = 4000
@@ -347,6 +349,7 @@ TORTURE4_OPTIONS="$SAMBA4CONFIGURATION"
TORTURE4_OPTIONS="$TORTURE4_OPTIONS --maximum-runtime=$TORTURE_MAXTIME"
TORTURE4_OPTIONS="$TORTURE4_OPTIONS --target=samba3"
TORTURE4_OPTIONS="$TORTURE4_OPTIONS --option=torture:localdir=$SHRDIR"
+TORTURE4_OPTIONS="$TORTURE4_OPTIONS --option=torture:winbindd_netbios_name=$SERVER"
export TORTURE4_OPTIONS
if [ x"$RUN_FROM_BUILD_FARM" = x"yes" ];then