Anonymous File Sharing Server

LuckyTaxi

Diamond Member
Dec 24, 2000
6,044
23
81
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
 

skyking

Lifer
Nov 21, 2001
22,889
6,054
146
post the top part of your smb.conf
What kind of security do you have set?
 

LuckyTaxi

Diamond Member
Dec 24, 2000
6,044
23
81
Originally posted by: lilcam
it's at user. should i change it to share?

I answered my own question! It works.

Now I want to be able to authenticate against my domain.
do I use server or domain for the security level?