Re: [users@httpd] Re: CLOSED - Re: [users@httpd] Macros + Require constructs

2016-06-19 Thread Marat Khalili
On 18/06/16 22:03, John Allen wrote: Interestingly, without the RequireAll around the "Require user %user" it does not work. Sounds like a bug? -- With Best Regards, Marat Khalili - To unsubscribe, e-mail: users-unsubscr...

Re: [users@httpd] Re: CLOSED - Re: [users@httpd] Macros + Require constructs

2016-06-18 Thread John Allen
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 tried

[users@httpd] Re: CLOSED - Re: [users@httpd] Macros + Require constructs

2016-06-18 Thread @lbutlr
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 tried >> >> >> >>

[users@httpd] CLOSED - Re: [users@httpd] Macros + Require constructs

2016-06-16 Thread John Allen
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 =~ "Common" Re

Re: [users@httpd] Macros + Require constructs

2016-06-15 Thread John Allen
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

[users@httpd] Macros + Require constructs

2016-06-15 Thread John Allen
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