Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Samba: correct benign idmap errors #3704

Merged
merged 2 commits into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions samba/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
## 12.3.2

- Suppress benign idmap logged error

## 12.3.1

Expand Down
2 changes: 1 addition & 1 deletion samba/config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions samba/rootfs/usr/share/tempio/smb.gtpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

security = user
ntlm auth = yes
idmap config * : backend = tdb
idmap config * : range = 1000000-2000000

load printers = no
disable spoolss = yes
Expand Down