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
