[global]
server role = standalone server
server min protocol = SMB2_02
server max protocol = SMB3_11
map to guest = Bad User
log level = 1
# Force tiny read/write sizes (64 KB) so every multi-MB transfer is
# chunked. Lets consumer tests exercise the streaming-write fallback
# path that historically deadlocked when wrapped in a single-shared-
# session mutex; consumers can use this fixture as a regression guard
# without standing up the internal-fixture smb-maxreadsize container.
smb2 max read = 65536
smb2 max write = 65536
smb2 max trans = 65536
[public]
path = /shares/public
read only = no
guest ok = yes
browseable = yes
create mask = 0666
directory mask = 0777