1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-05-29 23:28:04 +02:00

fixing samba DC deployment for newer version of samba

This commit is contained in:
kakwa 2016-06-17 08:03:10 +02:00
parent 90d92009e3
commit 5f1074bb26

View File

@ -36,7 +36,7 @@ echo "deploy AD"
printf '' > "${smbconffile}" && \
${sambacmd} domain provision ${hostip} \
--domain="${domain}" --realm="${realm}" --dns-backend="${sambadns}" \
--targetdir="${targetdir}" --workgroup="${domain}" --use-rfc2307 \
--targetdir="${targetdir}" --use-rfc2307 \
--configfile="${smbconffile}" --server-role="${role}" -d 1 --adminpass="${adpass}"