From c6c303c4396a08a6794ccb7136efd1351021b2b8 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Mon, 26 Sep 2016 12:06:39 +0300 Subject: [PATCH] samba: Enable utmp logging. --- samba/templates/smb.conf.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/samba/templates/smb.conf.erb b/samba/templates/smb.conf.erb index 3b0b145..c17deca 100644 --- a/samba/templates/smb.conf.erb +++ b/samba/templates/smb.conf.erb @@ -44,6 +44,7 @@ ntlm auth = no # log per machine and rotate after 128MB log file = /var/log/samba/%m.log max log size = 131072 +utmp = yes unix charset = <%= @charset %> unix extensions = no