Re: webdav LimitExcept Lightning

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Marc Patermann wrote:
Hi,

I have a WebDAV directory (apache httpd 2.2.8; Ubuntu 8.04)
with an .ics file in it. The .ics file is used with Thunderbird Lightning.
Authorization is configured in an .htaccess file in the directory as follows:

AuthBasicProvider file
AuthType Basic
Authname "name"
AuthUserFile /path/to/file
Require valid-user
<LimitExcept GET OPTIONS>
  Require user foo
</LimitExcept>

I suspect the "Require valid-user" overwhelms you "Require user foo".
Have you tried inverting the conditions, like :

> AuthBasicProvider file
> AuthType Basic
> Authname "name"
> AuthUserFile /path/to/file
> Require user foo
> <Limit GET OPTIONS>
>   Require valid-user
> </Limit>

?


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux