diff options
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/tests/selftest.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh index f4dcee1a7d..5ec96f63e2 100755 --- a/source3/script/tests/selftest.sh +++ b/source3/script/tests/selftest.sh @@ -95,8 +95,6 @@ cat >$COMMONCONFFILE<<EOF log file = $LOGDIR/log.%m log level = 0 - passdb backend = tdbsam - name resolve order = bcast EOF @@ -108,6 +106,8 @@ cat >$CONFFILE<<EOF interfaces = $TORTURE_INTERFACES panic action = $SCRIPTDIR/gdb_backtrace %d %\$(MAKE_TEST_BINARY) include = $COMMONCONFFILE + + passdb backend = tdbsam EOF cat >$SAMBA4CONFFILE<<EOF @@ -126,6 +126,8 @@ cat >$SERVERCONFFILE<<EOF panic action = $SCRIPTDIR/gdb_backtrace %d %\$(MAKE_TEST_BINARY) include = $COMMONCONFFILE + passdb backend = tdbsam + ; Necessary to add the build farm hacks add user script = /bin/false add machine script = /bin/false |