many changes
This commit is contained in:
31
samba/config/samba/smb.conf
Normal file
31
samba/config/samba/smb.conf
Normal file
@@ -0,0 +1,31 @@
|
||||
[global]
|
||||
server role = standalone server
|
||||
log file = /dev/stdout
|
||||
dns proxy = no
|
||||
|
||||
# password stuff
|
||||
passdb backend = smbpasswd
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user