Re: Seqfault with multiple

2009-03-25 Thread Alan DeKok
JDL wrote: > According to what I have read, my configuration is correct, both in > function and in syntax. It just crashes the server :-O It's a bug. It will be fixed in the next version of the server. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.ht

Re: Seqfault with multiple

2009-03-25 Thread JDL
t...@kalik.net wrote: Read man unlang again. See what does == do. Perhaps you want: if (Client-IP-Address == "192.168.10.20") { update reply { Service-Type == Authenticate-Only } } Or you want to use -= on multiple attributes. Ivan Kalik Kalik Informatika ISP Pleas

Re: Seqfault with multiple

2009-03-25 Thread tnt
>> Read man unlang again. See what does == do. Perhaps you want: >> >> if (Client-IP-Address == "192.168.10.20") { >> update reply { >> Service-Type == Authenticate-Only >> } >> } >> >> Or you want to use -= on multiple attributes. >> >> Ivan Kalik >> Kalik Informatika ISP >> >P

Re: Seqfault with multiple

2009-03-24 Thread JDL
t...@kalik.net wrote: Hello to Alan and the rest of the list. I wanted to report this to the bug tracker but it appears to be down right now so I am sending it to the list. I had a situation where I needed to remove all of the attributes from a reply except for Service-Type to one specific clien

Re: Seqfault with multiple

2009-03-24 Thread tnt
>Hello to Alan and the rest of the list. I wanted to report this to the >bug tracker but it appears to be down right now so I am sending it to >the list. > >I had a situation where I needed to remove all of the attributes from a >reply except for Service-Type to one specific client. Unlang seemed t

Seqfault with multiple

2009-03-24 Thread JDL
Hello to Alan and the rest of the list. I wanted to report this to the bug tracker but it appears to be down right now so I am sending it to the list. I had a situation where I needed to remove all of the attributes from a reply except for Service-Type to one specific client. Unlang seemed to