mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-21 17:04:21 +01:00
trying to stop dnsmasq (to use samba internal)
This commit is contained in:
parent
9b3d232503
commit
ca974ab801
@ -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}" && \
|
||||
|
Loading…
Reference in New Issue
Block a user