Thanks for the responses on this.  I'll try it out tonight...

Shawn

-----Original Message-----
From: Jesse Kline [mailto:[EMAIL PROTECTED]
Sent: Monday, March 24, 2003 11:32 AM
To: CLUG TALK
Subject: RE: (clug-talk) File permissions for Apache with Samba?


One way to allow multiple users to share files in a specific directory
is to make all the users part of the same group (in this case apache)
and use the setgid bit on the directory with the command chmod g+s. In
this situation when a user creates a file in the directory which is also
owned by apache the file will be owned by the user, but will b part of
the apache group.

Jesse

On Mon, 2003-03-24 at 10:51, Shawn Grover wrote:
> The recent thread on file permissions reminded me I was going to ask my
> permissions question....
> 
> I have setup a Samba share to my root HTML folder for Apache.  I need to
> transfer files/folders into there from my window's PC, but when I do, the
> owner/group of the created folders/files is the username I used to access
> the Samba share.  This means that the public can't view the web pages I'm
> putting in there.  If I manually change the owner/group of the
files/folders
> to the Apache group, things work as expected (i.e. I can view the pages in
> my browser).
> 
> Is there anyway to configure Samba to ALWAYS create new folders/files with
a
> given owner/group?  I've tried using Swat and Webmin, and have set the
> security masks, but am seeing no difference.
> 
> Suggestions?  
> 
> Thanks in advance.
> 
> Shawn
-- 
Jesse Kline, RHCT
http://www3.telus.net/public/klinej/resume.html

Reply via email to