diff --git a/bundles/samba/files/smb.conf b/bundles/samba/files/smb.conf index 325b040..c9a7859 100644 --- a/bundles/samba/files/smb.conf +++ b/bundles/samba/files/smb.conf @@ -19,8 +19,8 @@ allow insecure wide links = yes browseable = yes comment = ${opts.get('comment', f'share of {opts["path"]}')} fake oplocks = yes -force group = ${opts.get('force_group', 'nobody')} -force user = ${opts.get('force_user', 'nogroup')} +force group = ${opts.get('force_group', 'nogroup')} +force user = ${opts.get('force_user', 'nobody')} % if opts.get('guest_ok', True): guest ok = yes % else: