hello misc!

Just want to share you some interesting samba behavior after update to 7.2

Samba now creates a share named "nobody" when it should not!

The config is very simple:

[global]
        map to guest = Bad User
        server min protocol = NT1

[homes]
        comment = Home Directories
        browseable = No
        read only = No

[share]
        path = /mnt/HDD/share
        read only = No
        guest ok = Yes
        guest only = Yes


I suspect, that samba improperly bind "nobody" as a "homes" share for guest user.

I've tried same conf on the fedora machine, with the same version of samba (4.16.5) and there is no "nobody" share on it.

So I think this is OpenBSD specific.

Reply via email to