operator !* in update {}

2009-11-13 Thread Jakob Hirsch
Hi, according to unlang: !* Delete all occurances of the named attribute, no matter what the value. but when I want to use it like that: post-auth { Post-Auth-Type REJECT { update reply { Idle-Timeout !* 0

Re: operator !* in update {}

2009-11-13 Thread Alexander Clouter
Jakob Hirsch j...@plonk.de wrote: according to unlang: !* Delete all occurances of the named attribute, no matter what the value. but when I want to use it like that: post-auth { Post-Auth-Type REJECT { update reply { Idle-Timeout

Re: operator !* in update {}

2009-11-13 Thread Alan DeKok
Jakob Hirsch wrote: according to unlang: !* Delete all occurances of the named attribute, no matter what the value. but when I want to use it like that: The fix will be in 2.1.8. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: operator !* in update {}

2009-11-13 Thread Jakob Hirsch
Alexander Clouter, 2009-11-13 13:03: /etc/freeradius2//sites/ui.site.conf[205]: Parse error after Idle-Timeout I get the same thing and kept meaning to file a bug report. I opted as a quick hack: update reply { Blar -= %{reply:Blar} } Thanks, that's clever! Also thanks to