<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font color="#333333"><font size="2"><font
 face="Helvetica, Arial, sans-serif">Hi all,<br>
       I have a permissions problem with a samba share which I really
can't fathom out. I'm trying to create a fully group writable share.
Easy or so I thought.<br>
As you can see from my config I am trying all the options to set files
group writable, however when I create a file from the client I'm always
getting the<br>
mode 0644. Does anyone have a clue why?  Thanks!<br>
<br>
client:<br>
//database.pricetrak.com/spendtrak      /home/spendtrak cifs   
username=webserver,password=twonkerlet,uid=apache,file_mode=0660,dir_mode=0770 
0 0<br>
<br>
server:<br>
[spendtrak]<br>
        comment = Spendtrak Files<br>
        path = /home/spendtrak<br>
        browseable = no<br>
        writable = yes<br>
        printable = no<br>
        valid users = +spendtrak<br>
        force group = spendtrak<br>
        create mode = 0660<br>
        create mask = 0660<br>
        force create mode = 0660<br>
        directory mode = 0770<br>
</font></font></font><br>
<br>
</body>
</html>