From 94182d1a5b57a1e8e1b7283fbe025ae9ed53228a Mon Sep 17 00:00:00 2001 From: Gary McGregor Date: Mon, 29 Jul 2024 07:56:16 -0500 Subject: [PATCH 1/2] Incrementing version number for change --- samba/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samba/config.yaml b/samba/config.yaml index cd06d249959..65e1b47b1a5 100644 --- a/samba/config.yaml +++ b/samba/config.yaml @@ -1,5 +1,5 @@ --- -version: 12.3.1 +version: 12.3.2 slug: samba name: Samba share description: Expose Home Assistant folders with SMB/CIFS From f3be0062ce17661c6516e0b32322171b83b1041d Mon Sep 17 00:00:00 2001 From: Gary McGregor Date: Mon, 29 Jul 2024 19:07:59 -0500 Subject: [PATCH 2/2] Add idmap config to suppress error in issue 3682 --- samba/CHANGELOG.md | 3 +++ samba/rootfs/usr/share/tempio/smb.gtpl | 2 ++ 2 files changed, 5 insertions(+) diff --git a/samba/CHANGELOG.md b/samba/CHANGELOG.md index baf686bedfd..98e0b52f45e 100644 --- a/samba/CHANGELOG.md +++ b/samba/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +## 12.3.2 + +- Suppress benign idmap logged error ## 12.3.1 diff --git a/samba/rootfs/usr/share/tempio/smb.gtpl b/samba/rootfs/usr/share/tempio/smb.gtpl index 77e092047a7..a63bab2fdb6 100644 --- a/samba/rootfs/usr/share/tempio/smb.gtpl +++ b/samba/rootfs/usr/share/tempio/smb.gtpl @@ -5,6 +5,8 @@ security = user ntlm auth = yes + idmap config * : backend = tdb + idmap config * : range = 1000000-2000000 load printers = no disable spoolss = yes