• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Anonymous File Sharing Server

LuckyTaxi

Diamond Member
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
 
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?
 
Back
Top