What does NT_STATUS_BAD_NETWORK_NAME mean in Samba?
- by Neil
I set up a share like this:
[global]
security = user
map to guest = Bad Password
usershare allow guests = yes
[vms]
comment = VirtualBox Virtual Machines
path = /home/neil/VirtualBox/HardDisks
guest ok = yes
read only = yes
And when I access the share as myself, and type in my password, it works fine:
$ smbclient…