Update smb.conf (#420)

* Update smb.conf

windows 10 clients cannot connect with user/password, only guest.

* Update config.json

* Update CHANGELOG.md

* Update smb.conf

* Update run.sh
This commit is contained in:
adipose
2018-10-05 05:37:26 -07:00
committed by Pascal Vizeli
parent 3e4f8e468e
commit 075be5b7b5
4 changed files with 6 additions and 1 deletions

View File

@@ -68,6 +68,7 @@ else
sed -i "s|#valid users|valid users|g" /etc/smb.conf
sed -i "s|#force user|force user|g" /etc/smb.conf
sed -i "s|#force group|force group|g" /etc/smb.conf
sed -i "s|#ntlm auth|ntlm auth|g" /etc/smb.conf
addgroup -g 1000 "$USERNAME"
adduser -D -H -G "$USERNAME" -s /bin/false -u 1000 "$USERNAME"