LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Public shared folder with samba in domain mode (https://www.linuxquestions.org/questions/linux-software-2/public-shared-folder-with-samba-in-domain-mode-4175415102/)

Teleute 07-05-2012 02:31 PM

Public shared folder with samba in domain mode
 
I have samba configured with security=domain, and everything's been working perfectly. However, now I need to share a single folder that does not require password authentication. I've tried adding the following, but it still asks for a username and password every time:

[Public]
path =<path to folder>
writeable = yes
guest ok = yes
browsable = yes
public = yes
guest account = nobody

What am I missing? Thanks!


All times are GMT -5. The time now is 02:53 AM.