LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Samba Permissions Problem (https://www.linuxquestions.org/questions/linux-software-2/samba-permissions-problem-185122/)

gigglesnorter 05-24-2004 04:37 AM

Samba Permissions Problem
 
I have got Samba to work on redhat 7.3, but I am having a few problems with the file and folder permissions. As soon as a user makes a new folder, only that user has the right to write to the folder, the rest can only read the contents. I want all users to be able to write to the folders.

Another small problem, my users cannot see their home directories.

Below is what my config looks like.

#======================= Global Settings =====================================
[global]
workgroup = MISCGROUP
server string = Samba Server
netbios name = MySQLserver
hosts allow = 192.169.0.
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
security = share

#============================ Share Definitions ==============================
[homes]
comment = Home Directories
users =%S
browseable = no
read only = no

[management]
comment = Management Documents
path = /store/management
valid users = @management
admin users = Chris, root
public = no
writable = yes
printable = no
create mask = 0765

[documents]
comment = Group Documents
path = /store/documents
valid users = @management, @powerusers
admin users = Chris, root
public = no
writable = yes
printable = no
create mask = 0765


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