- New dperson/samba service at 192.168.1.247 via macvlan_lan network - Avoids port 445 conflict with existing timemachine container - Shares /home/padriano/share as authenticated [Share] over SMB2/3 - Avahi service file for Finder sidebar discovery Co-authored-by: Cursor <cursoragent@cursor.com>
47 lines
946 B
Text
47 lines
946 B
Text
[global]
|
|
workgroup = WORKGROUP
|
|
server role = standalone server
|
|
security = user
|
|
ntlm auth = no
|
|
|
|
server min protocol = SMB2_10
|
|
server max protocol = SMB3
|
|
|
|
server signing = auto
|
|
smb encrypt = desired
|
|
|
|
load printers = no
|
|
printing = bsd
|
|
printcap name = /dev/null
|
|
disable spoolss = yes
|
|
show add printer wizard = no
|
|
|
|
logging = file
|
|
log file = /var/log/samba/log.%m
|
|
max log size = 1000
|
|
log level = 1 auth:3 vfs:1
|
|
|
|
smb ports = 445
|
|
|
|
vfs objects = catia fruit streams_xattr
|
|
|
|
fruit:aapl = yes
|
|
fruit:nfs_aces = no
|
|
fruit:copyfile = no
|
|
fruit:metadata = stream
|
|
fruit:veto_appledouble = no
|
|
fruit:posix_rename = yes
|
|
fruit:zero_file_id = yes
|
|
fruit:wipe_intentionally_left_blank_rfork = yes
|
|
fruit:delete_empty_adfiles = yes
|
|
|
|
spotlight backend = noindex
|
|
|
|
[Share]
|
|
path = /share
|
|
browseable = yes
|
|
read only = no
|
|
create mask = 0664
|
|
directory mask = 0775
|
|
inherit permissions = no
|
|
valid users = samba
|