diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-29 17:39:54 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-29 17:39:54 +0200 |
commit | 1fad491e3c88e0f9b6a0eb15c499dace2b0f37a3 (patch) | |
tree | 3a5ccf4c8cfaa9ca6b4a80485408ee80b6b8953a /package/samba | |
parent | 8af8466ad1695789f14ec2c7a8545c405de08354 (diff) |
finetune samba config
Diffstat (limited to 'package/samba')
-rw-r--r-- | package/samba/files/smb.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/samba/files/smb.conf b/package/samba/files/smb.conf index 0205a11e5..2ac0576d8 100644 --- a/package/samba/files/smb.conf +++ b/package/samba/files/smb.conf @@ -1,6 +1,7 @@ [global] syslog = 1 syslog only = yes + log level = 1 workgroup = OpenADK server string = OpenADK Samba Server security = user @@ -20,3 +21,4 @@ # comment = Media files # read only = yes # guest ok = yes +# path = /media |