Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 98635 invoked from network); 5 Dec 2005 19:13:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Dec 2005 19:13:57 -0000 Received: (qmail 53389 invoked by uid 500); 5 Dec 2005 19:13:51 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 53329 invoked by uid 500); 5 Dec 2005 19:13:51 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 53318 invoked by uid 99); 5 Dec 2005 19:13:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2005 11:13:50 -0800 X-ASF-Spam-Status: No, hits=2.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS,SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (asf.osuosl.org: transitioning domain of psusi@cfl.rr.com does not designate 209.208.122.204 as permitted sender) Received: from [209.208.122.204] (HELO momo.creolmail.org) (209.208.122.204) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2005 11:13:50 -0800 Received: from [10.1.1.207] (unknown [69.44.168.233]) by momo.creolmail.org (Postfix) with ESMTP id E5845B2F58 for ; Mon, 5 Dec 2005 14:13:28 -0500 (EST) Message-ID: <4394917D.9040903@cfl.rr.com> Date: Mon, 05 Dec 2005 14:14:05 -0500 From: Phillip Susi User-Agent: Thunderbird 1.5 (Windows/20051025) MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Feature Request: dav_fs impersonation Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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?