From bd0606b61dd81ad778261d16cb6d5fbc15678f58 Mon Sep 17 00:00:00 2001 From: kev Date: Thu, 7 Apr 2016 08:35:31 +0800 Subject: [PATCH] update samba --- README.md | 2 +- samba/README.md | 5 +++-- samba/smb.conf | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6ea0f1c..e299ca9 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ dockerfiles - [x] revive - [x] rsyncd - [x] rtmp -- [x] samba :beetle: +- [x] samba :+1: - [x] scrapyd :+1: - [x] shadowsocks - [x] shadowsocks diff --git a/samba/README.md b/samba/README.md index f038210..0a46f8e 100644 --- a/samba/README.md +++ b/samba/README.md @@ -27,13 +27,14 @@ samba: ``` [global] workgroup = WORKGROUP -server string = %h server (Samba, Apline) +netbios name = EasyPi +server string = Samba Server map to guest = bad user [share] path = /share browseable = yes -read only = no +read only = yes guest ok = yes ``` diff --git a/samba/smb.conf b/samba/smb.conf index 5109918..de4f522 100644 --- a/samba/smb.conf +++ b/samba/smb.conf @@ -1,6 +1,7 @@ [global] workgroup = WORKGROUP -server string = %h server (Samba, Apline) +netbios name = EasyPi +server string = Samba Server dns proxy = no log file = /var/log/samba/log.%m max log size = 1000