You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Phillip Susi <ps...@cfl.rr.com> on 2005/12/05 20:14:05 UTC

Feature Request: dav_fs impersonation

I would like to set up a shared file server using apache and mod_dav_fs 
to share files with windows and linux clients using the dav protocol 
over an SSL connection that is authenticated using client certificates. 
  The one thing it seems I can not do is get apache to impersonate the 
user when accessing the filesystem so that the user will be using their 
permissions to access the filesystem and not 'www-data'.

Does anyone have any thoughts on this?


Re: Feature Request: dav_fs impersonation

Posted by "William A. Rowe, Jr." <wr...@rowe-clan.net>.
Phillip Susi wrote:
> I would like to set up a shared file server using apache and mod_dav_fs 
> to share files with windows and linux clients using the dav protocol 
> over an SSL connection that is authenticated using client certificates. 
>  The one thing it seems I can not do is get apache to impersonate the 
> user when accessing the filesystem so that the user will be using their 
> permissions to access the filesystem and not 'www-data'.

mpm_perchild.

Of course, it's not in a usable state at the moment, and doesn't do what
you are asking, but certainly could be modified to dispatch per-request
to a user-by-auth rather than a user-by-vhost.

Bill