Hello,
I am attempting to setup samba with 2 shares and not require authentication. But everything that I try still requests me to authenticate.
I am attempting to setup samba with 2 shares and not require authentication. But everything that I try still requests me to authenticate.
Code:
[global]
server string = Samba Server Version %v
encrypt passwords = No
map to guest = Bad User
log file = /var/log/samba/log.%m
max log size = 50
guest ok = Yes
guest account = nobody
[3TB]
path = /media/3TB
force user = blackjoker
read only = No
[2TB]
path = /media/2TB
force user = blackjoker
read only = No