From 14825f5780ddc48ebc77b6fd5bc856258529f036 Mon Sep 17 00:00:00 2001 From: 0x4161726f6e <33430749+0x4161726f6e@users.noreply.github.com> Date: Tue, 7 Apr 2020 16:24:43 -0700 Subject: [PATCH] Test --use-ntvfs Trying to fix filesystem or build does not support posix ACLs - https://github.com/Fmstrat/samba-domain/issues/19 --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index 8509218..a3a3e8f 100755 --- a/init.sh +++ b/init.sh @@ -50,7 +50,7 @@ appSetup () { samba-tool domain join ${LDOMAIN} DC -U"${URDOMAIN}\administrator" --password="${DOMAINPASS}" --dns-backend=SAMBA_INTERNAL --site=${JOINSITE} fi else - samba-tool domain provision --use-rfc2307 --domain=${URDOMAIN} --realm=${UDOMAIN} --server-role=dc --dns-backend=SAMBA_INTERNAL --adminpass=${DOMAINPASS} ${HOSTIP_OPTION} + samba-tool domain provision --use-rfc2307 --use-ntvfs --domain=${URDOMAIN} --realm=${UDOMAIN} --server-role=dc --dns-backend=SAMBA_INTERNAL --adminpass=${DOMAINPASS} ${HOSTIP_OPTION} if [[ ${NOCOMPLEXITY,,} == "true" ]]; then samba-tool domain passwordsettings set --complexity=off samba-tool domain passwordsettings set --history-length=0