[26803] in Athena Bugs
Re: linux 9.4.18: mitwebacls
daemon@ATHENA.MIT.EDU (Jonathon Weiss)
Tue Apr 4 19:49:18 2006
Date: Tue, 4 Apr 2006 19:48:06 -0400 (EDT)
Message-Id: <200604042348.k34Nm6oh001325@speaker-for-the-dead.mit.edu>
To: Jeffrey S Walden <jwalden@mit.edu>
In-reply-to: "[26732] in Athena Bugs"
From: Jonathon Weiss <jweiss@mit.edu>
X-Spam-Score: 1.217
X-Spam-Level: * (1.217)
X-Spam-Flag: NO
Cc: bugs@mit.edu
Errors-To: bugs-bounces@mit.edu
Hi Jeffrey,
Sorry for the delay in getting back to you. I've passed your report
on to the maintainers of the cwis locker. Hopefully they will be able
to deal with it quickly.
Jonathon Weiss <jweiss@mit.edu>
MIT/IS&T/OIS Server Operations
[26732] daemon@ATHENA.MIT.EDU (Jeffrey S Walden) Athena Bugs 02/01/06 16:01 (35 lines)
Date: Wed, 01 Feb 2006 16:00:52 -0500
From: Jeffrey S Walden <jwalden@mit.edu>
X-Spam-Score: 1.217
X-Spam-Level: * (1.217)
X-Spam-Flag: NO
Errors-To: bugs-bounces@mit.edu
System name: ozok-the-destroyer.mit.edu
Type and version: i686 9.4.18 (with mkserv)
Display type: ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]
Shell: /bin/athena/bash
Window manager: unknown
What were you trying to do?
I was using https://web/ist/web/reference/web-resources/https.html to make a
directory and its contents (including subdirectories) web-accessible to only
a specific user.
What's wrong:
The suggested mitwebacls script doesn't change permissions on subdirectories.
What should have happened:
mitwebacls should probably include the following line at the end:
$ find $WORKDIR -type d -exec fs copyacl -fromdir $WORKDIR -todir {} \;
This line changes the acls properly for me, and because .htaccess.mit
presumably works recursively as .htaccess does on normal Apache web
servers, all the relevant changes should apply to all subdirectories.
Please describe any relevant documentation references:
http://www.oit.duke.edu/unix-manual/6.html#4.5
--[26732]--