I'm running a Mac OS X Lion server at home, (10.7.2), and I got it setup to allow Windows user to have access to my shared files and folders using SMB. Reading and writing over the network works like expected, but everytime a Windows user creates a folder/file in a shared directory SMB sets that particular file/folder's permissions to only the user whom created it, and does not inherit the containing folder's permissions.
Is there some way I can make sure that whenever some Windows user creates a file in my shared folder, it is accessible by everyone, like it's containing folder. (permission inheritence of some sort..)
Thanks in advance!