Try with the "Force create mode" (or something similar to that, check the man page) option in smb.conf. Set it to 0777
> I update to the version Version 3.0.33-3.7.el5 and change the directory > permision to 2775, i can't solve the problem, however if i cut and paste a > file in this share, work fine. > I think that the problem is in the file mask. When i create a file (rigth > click > create new > new text file) the permision of the file created is > > -rwxrw-rw- agendaglm nobody 0 feb 13 12:44 Nuevo Documento de texto > (2).txt > > I configure the option create mask = 0777 to create a file with this > permision. > > > > Javier Arancibia > > > > > > David Wells <[email protected]> > > > Para > Javier Arancibia <[email protected]> > cc > [email protected] > Asunto > Re: [Samba] Problem with read/write access > > > > > > > Javier, > > What samba version are you using? I encontered this problem using some > early version of the 3.0 tree and it got fixed upgrading samba. I would > also consider using a directory permision of 2775 instead of the 0775 that > you have used on the parent directory of the share adjusting the values in > the smb.conf too. > > Best regards, David Wells. > > > Javier Arancibia escribió: > I add this users to the nobody group and add @nobody to "valid user" and > "write list" however i can't modify the file content, rename files or > create dirs, i can delete file. > > thanks! > > Javier > > > > > > > David Wells <[email protected]> > 13/02/2009 10:59 > > Para > Javier Arancibia <[email protected]> > cc > [email protected] > Asunto > Re: [Samba] Problem with read/write access > > > > > > > Javier, > > If you mean to have usr1 and usr2 access this share I believe you > should have them as members of the nobody group and in the valid users > and write list have nobody group expressed as @nobody because plain > nobody refers to the nobody user, not the nobody group. > > Best regards, David Wells. > > > Javier Arancibia escribió: > > I configure Samba in Share mode, I can see the files but i can't > write/delete files in the directory "agenda" > The directory /o/aplic/NACSEG/agenda have this permission drwxrwxr-x > > and > > the owner and group is agendaglm nobody > I have all valid users in the smbpasswd and /etc/passwd > > This is the smb.conf...........................THANKS! > > [global] > > workgroup = GLMSA > server string = Samba Server > security = share > load printers = no > > #log file = /var/samba/log/log.%m > max log size = 50 > passdb backend = smbpasswd > dns proxy = no > > [agenda] > comment = Directorio Proceso de Agenda > path = /o/aplic/NACSEG/agenda/ > valid users = usr1,usr2,nobody > write list = usr1,usr2,nobody > writable = yes > guest ok = no > force user = agendaglm > force group = nobody > read only = no > create mask = 0777 > security mask = 0777 > directory mask = 0777 > force directory mode = 0777 > directory security mask = 0777 > > > > Javier > > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > > -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
