I've setup Samba on my bsd box but I'm having a tough time having to act as a file sharing server. Nothing special, I just want to be able to save files on it w/o having to input a password/username. I've gotten it to work with authentication, but thats not my concern since I would just be saving drivers and other stuff I need for work. Everytime I go try to access it via my Network neighborhood it tells me I need to input a username/password.
--------------------------------------------------------------------------
backup# testparm
Load smb config files from /usr/local/etc/smb.conf
Processing section "[homes]"
Processing section "[printers]"
Processing section "[public]"
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions
# Global parameters
[global]
workgroup = CDSSH
server string = Unix File Server
log file = /var/log/samba/log.%m
max log size = 50
local master = No
dns proxy = No
hosts allow = 10.1.1., 127.
[homes]
comment = Home Directories
read only = No
browseable = No
[public]
path = /students/sharing
read only = No
guest ok = Yes
--------------------------------------------------------------------------
backup# testparm
Load smb config files from /usr/local/etc/smb.conf
Processing section "[homes]"
Processing section "[printers]"
Processing section "[public]"
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions
# Global parameters
[global]
workgroup = CDSSH
server string = Unix File Server
log file = /var/log/samba/log.%m
max log size = 50
local master = No
dns proxy = No
hosts allow = 10.1.1., 127.
[homes]
comment = Home Directories
read only = No
browseable = No
[public]
path = /students/sharing
read only = No
guest ok = Yes
