From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 07/54] samba: Update SECURITY option in settings, too Date: Tue, 13 Oct 2020 16:07:25 +0000 Message-ID: <20201013160812.27754-7-michael.tremer@ipfire.org> In-Reply-To: <20201013160812.27754-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1163795272765032367==" List-Id: --===============1163795272765032367== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Michael Tremer --- src/paks/samba/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/paks/samba/install.sh b/src/paks/samba/install.sh index 7b81be7c1..1cd6a1156 100644 --- a/src/paks/samba/install.sh +++ b/src/paks/samba/install.sh @@ -40,5 +40,8 @@ sed -i /var/ipfire/samba/smb.conf \ -e "/^syslog/d" \ -e "s/^security = share$/security = user/" +sed -i /var/ipfire/samba/settings \ + -e "s/^SECURITY=share/SECURITY=user/" + # Start the service /usr/local/bin/sambactrl smbstart -- 2.20.1 --===============1163795272765032367==--