[Samba] write list and valid users

2007-12-19 Thread Jason Greene
We finally got our server to migrate to the new domain. Now when we access a share anyone can write to it. I removed the write list and valid users list and restarted samba... anyone can still access and write to it. Can some one school me on samba permissions? here is the share info

Re: [Samba] write list and valid users

2007-12-19 Thread Michael Heydon
Jason Greene wrote: We finally got our server to migrate to the new domain. Now when we access a share anyone can write to it. I removed the write list and valid users list and restarted samba... anyone can still access and write to it. Can some one school me on samba permissions? I don't

Re: [Samba] write list and valid users

2007-12-19 Thread Jason Greene
We found the problem... It was the fact that we had valid user = and it needs to be valid users = then we needed to remove writeable = yes and change it to browseable = yes Thanks for the responses Jason On 12/19/07, Michael Heydon [EMAIL PROTECTED] wrote: Jason Greene wrote: We

Re: [Samba] write list and valid users

2007-12-19 Thread Sam Bayne
The way we handle this is to ignore he valid user and write list settings. Our shares look like this: [Shares] path=/home/shares browseable = yes writable = yes force create mode = 0770 force directory mode = 2770 Then we chown and set unix permissions on subdirectories of

Re: [Samba] write list and valid users

2007-12-19 Thread John Drescher
On Dec 19, 2007 6:26 PM, Sam Bayne [EMAIL PROTECTED] wrote: The way we handle this is to ignore he valid user and write list settings. Our shares look like this: [Shares] path=/home/shares browseable = yes writable = yes force create mode = 0770 force directory mode =