On 2016-06-18 12:04 PM, @lbutlr wrote:
On Jun 16, 2016, at 8:56 PM, John Allen wrote:
On 2016-06-15 11:52 PM, John Allen wrote:
I just did some testing and it doesn't work as I had hoped. the Require
valid-user is applied in all cases not just in the case of the Common space!
I had
On 2016-06-15 11:52 PM, John Allen wrote:
I just did some testing and it doesn't work as I had hoped. the
Require valid-user is applied in all cases not just in the case of the
Common space!
I had tried
/
Require expr %Location =~ &q
I just did some testing and it doesn't work as I had hoped. the Require
valid-user is applied in all cases not just in the case of the Common space!
I had tried
/
Require expr %Location =~ "Common"
Require valid-user
Require user
I am trying to setup up a webdav serve. Each user is allocated a
directory (%location) and an id (%user). In order to try and make this
some what easier to administer I wrote the following macro
# %location
Alias /%location /srv/webdav/data/%location
DAV On
Options
i run a webdav server with a number of users.
each user has access to a private space and everybody has access to a
common space
user access their space with https://dav.example.com/Theirname
and the common space with https://dav.klam.ca/Common
to make life easier for myself and the other admi