deleteing attribute
    Alan DeKok 
    aland at deployingradius.com
       
    Tue Aug 31 04:31:35 CEST 2010
    
    
  
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.
    
    
More information about the Freeradius-Users
mailing list