From ca974ab801b0a92d21e052ae2a62d8b252822350 Mon Sep 17 00:00:00 2001 From: kakwa Date: Wed, 27 Jul 2016 21:10:02 +0200 Subject: [PATCH] trying to stop dnsmasq (to use samba internal) --- tests/test_env/deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_env/deploy.sh b/tests/test_env/deploy.sh index f15023c..89b7d4f 100755 --- a/tests/test_env/deploy.sh +++ b/tests/test_env/deploy.sh @@ -38,13 +38,14 @@ find /var/log/samba/ -type f -exec rm -f {} \; smbconffile=/etc/samba/smb.conf domain=dc realm=dc.ldapcherry.org -sambadns=NONE +sambadns=SAMBA_INTERNAL targetdir=/var/lib/samba/ role=dc sambacmd=samba-tool adpass=qwertyP455 hostname $realm +/etc/init.d/dnsmasq stop echo "deploy AD" printf '' > "${smbconffile}" && \