30 Aug
2010
30 Aug
'10
10:31 p.m.
Alexandre Chapellon wrote:
Hello,
I want to delete an attribute I send to NASes in Access-reply, regardless of its value. Apparently I cannot use '!*' operator which is only for check items, and '-=' doesn't support wilcards (unless i mistaken) How can I do it?
update reply { Foo-Bar -= "%{reply:Foo-Bar}" } Ugly, but it works. Alan DeKok.