[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Wishes for set ACLs
Kurt D. Zeilenga writes:
>At 07:36 AM 3/17/2005, Hallvard B Furuseth wrote:
>> I've got a few wishes for set acls.
>
> I have one...
>
> 1) avoid deadlock conditions
Ouch. When is that? Is it bad enough that one should not yet use
sets after all?
Oh, yet another:
Expand $<digit> after parsing the set instead of before parsing, so
e.g. [$1] doesn't break if $1 contains a ']'. That probably means
$<digit> can only be used in [] and in the attribute name after '/'.
At the same time, one could parse the set when the config file is
read instead of when the access statement is evaluated.
--
Hallvard