summaryrefslogtreecommitdiff
path: root/source4/script/tests/mktestdc.sh
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-03-21 16:26:25 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:49:38 -0500
commit86d77746dbaa3570fb6e23538b52ba3bb19f0b07 (patch)
tree1cacce91b0b559195ab53e61d578e31ccc522267 /source4/script/tests/mktestdc.sh
parent2fca3f9082a70e1f153f6c9f195d95b0d48e363d (diff)
downloadsamba-86d77746dbaa3570fb6e23538b52ba3bb19f0b07.tar.gz
samba-86d77746dbaa3570fb6e23538b52ba3bb19f0b07.tar.bz2
samba-86d77746dbaa3570fb6e23538b52ba3bb19f0b07.zip
r21910: Clean up some unused functions.
(This used to be commit 36cd3406db06e3101cfede2f3935879cb11eeb93)
Diffstat (limited to 'source4/script/tests/mktestdc.sh')
-rwxr-xr-xsource4/script/tests/mktestdc.sh14
1 files changed, 6 insertions, 8 deletions
diff --git a/source4/script/tests/mktestdc.sh b/source4/script/tests/mktestdc.sh
index 2068728a49..da12857479 100755
--- a/source4/script/tests/mktestdc.sh
+++ b/source4/script/tests/mktestdc.sh
@@ -70,7 +70,7 @@ cat >$CONFFILE<<EOF
[global]
iconv:native = $nativeiconv
netbios name = $NETBIOSNAME
- netbios aliases = $SERVER
+ netbios aliases = $SERVER
workgroup = $DOMAIN
realm = $REALM
private dir = $PRIVATEDIR
@@ -80,10 +80,10 @@ cat >$CONFFILE<<EOF
share backend = $SHARE_BACKEND
setup directory = $SRCDIR/setup
js include = $SRCDIR/scripting/libjs
- winbindd socket directory = $WINBINDD_SOCKET_DIR
+ winbindd socket directory = $WINBINDD_SOCKET_DIR
name resolve order = bcast
interfaces = 127.0.0.1/8
- tls dh params file = $DHFILE
+ tls dh params file = $DHFILE
panic action = $SRCDIR/script/gdb_backtrace %PID% %PROG%
wins support = yes
server role = domain controller
@@ -91,14 +91,12 @@ cat >$CONFFILE<<EOF
server max protocol = SMB2
notify:inotify = false
ldb:nosync = true
- torture:subunitdir = $SRCDIR/bin/torture
torture:basedir = $TEST_DATA_PREFIX
system:anonymous = true
#We don't want to pass our self-tests if the PAC code is wrong
- gensec:require_pac = true
-
- log level = $SMBD_LOGLEVEL
+ gensec:require_pac = true
+ log level = $SMBD_LOGLEVEL
[tmp]
path = $TMPDIR
@@ -297,4 +295,4 @@ echo "PREFIX=$PREFIX"
echo "SMBD_LOGLEVEL=$SMBD_LOGLEVEL"
echo "LDAPDIR=$LDAPDIR"
echo "PROVISION_OPTIONS=$PROVISION_OPTIONS"
-echo "PROVISION_ACI=$PROVISION_ACI" \ No newline at end of file
+echo "PROVISION_ACI=$PROVISION_ACI"