diff options
author | Britney Fransen <brfransen@gmail.com> | 2023-03-06 04:31:50 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2023-03-06 04:31:50 (GMT) |
commit | e054e054c133443f875b31983cb65e4f4f1dd3ee (patch) | |
tree | f99a17f503e07ab952ccf7ec0ef53370ecff544f /linhes/linhes-templates/templates | |
parent | 3e5119db983eaa0127eb7aa2516ea867854f9a5d (diff) | |
download | linhes_pkgbuild-e054e054c133443f875b31983cb65e4f4f1dd3ee.zip linhes_pkgbuild-e054e054c133443f875b31983cb65e4f4f1dd3ee.tar.gz linhes_pkgbuild-e054e054c133443f875b31983cb65e4f4f1dd3ee.tar.bz2 |
linhes-templates: smb.conf.template: syslog
Diffstat (limited to 'linhes/linhes-templates/templates')
-rw-r--r-- | linhes/linhes-templates/templates/smb.conf.template | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linhes/linhes-templates/templates/smb.conf.template b/linhes/linhes-templates/templates/smb.conf.template index eea2616..a719dccd 100644 --- a/linhes/linhes-templates/templates/smb.conf.template +++ b/linhes/linhes-templates/templates/smb.conf.template @@ -41,8 +41,8 @@ # this tells Samba to use a separate log file for each machine # that connects - log file = /var/log/samba/%m.log - +; log file = /var/log/samba/%m.log + logging = syslog # Put a capping on the size of the log files (in Kb). max log size = 50 @@ -170,6 +170,7 @@ # Be very careful with case sensitivity - it can break things! ; case sensitive = no + fruit:copyfile = yes map to guest = bad user unix extensions = no wide links = yes |