Files
homeserver/samba/config/samba/smb.conf
2025-02-28 23:22:29 +00:00

41 lines
983 B
Plaintext

[global]
server role = standalone server
log file = /dev/stdout
dns proxy = no
# password stuff
# passdb backend = smbpasswd
# LDAP Configuration
passdb backend = ldapsam:ldap://ubuntu:389
ldap admin dn = cn=samba,ou=users,dc=home,dc=thoster,dc=net
ldap suffix = dc=home,dc=thoster,dc=net
ldap user suffix = ou=users
ldap group suffix = ou=groups
# rest via docker compose
obey pam restrictions = yes
security = user
printcap name = /dev/null
load printers = no
dns proxy = no
wide links = yes
follow symlinks = yes
unix extensions = no
acl allow execute always = yes
# MacOS Compatibility options
vfs objects = catia fruit streams_xattr
# Special configuration for Apple's Time Machine
fruit:model = TimeCapsule
fruit:aapl = yes
# fix filenames with special chars (should be default)
mangled names = no
dos charset = CP850
unix charset = UTF-8
# Docker Envs global config options