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/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 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