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
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
>> 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
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
>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
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
6 matches
Mail list logo