paulbsd-salt/states/samba/defaults.yaml
Paul Lecuq 954e8cf7bf
All checks were successful
continuous-integration/drone/push Build is passing
updated samba state
2022-11-08 12:09:09 +01:00

19 lines
508 B
YAML

---
samba:
enabled: true
config:
global:
dns proxy: "No"
"idmap config * : backend": "tdb"
log file: "/var/log/samba/log.%m"
map to guest: "Bad User"
max log size: "1000"
obey pam restrictions: "Yes"
pam password change: "Yes"
panic action: "/usr/share/samba/panic-action %d"
passwd program: "/usr/bin/passwd %u"
server role: "standalone server"
server string: "%h"
unix password sync: "Yes"
usershare allow guests: "Yes"