LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Can't view home directory with Samba (https://www.linuxquestions.org/questions/fedora-35/cant-view-home-directory-with-samba-122658/)

Phaethar 12-04-2003 10:07 AM

Can't view home directory with Samba
 
I'm trying to set up Samba on a Fedora box, and while the individual shares are working, the home directories are not. When connecting to the Samba server, the home dir for the user logged in will show up, but trying to access it gives a "permission denied" error, and I don't know why. I've got this working multiple times before on RH9, but for some reason it's not working on Fedora now. Here is the portion of my smb.conf file relating to home directories:

[homes]
comment = Home Directories
browseable = no
writable = yes
valid users = %S
create mode = 0660
directory mode = 0770

Anyplace else I may need to check? Again, this exact config is working on a RH9 box with no problems.. everyone has full access to their home directory, just as they should.

Thanks.

fcallaghan 12-04-2003 10:24 AM

change 'valid users' to 'users' this drove me nuts too
someone really should fix testparms to detect this problem !

Phaethar 12-04-2003 10:48 AM

Yup, that did it. Thanks for the tip!


All times are GMT -5. The time now is 03:49 PM.