Server switch
Emmanuel BILLOT
emmanuel.billot at ac-orleans-tours.fr
Tue Mar 26 15:28:47 CET 2013
Le 26/03/2013 15:05, Phil Mayers a écrit :
> On 26/03/2013 13:52, Emmanuel BILLOT wrote:
>> authorize {
>> if (Called-Station-Id =~ /^.*:([-a-zA-Z]+)$/) {
>> update control {
>> Tmp-String-0 := "%{1}"
>> }
>> }
>>
>> switch "%{Tmp-String-0}" {
>
> That needs to be:
>
> switch "%{control:Tmp-String-0}" {
>
>
> -
> List info/subscribe/unsubscribe? See
> http://www.freeradius.org/list/users.html
That's all working ! Thanks a lot !!!
More information about the Freeradius-Users
mailing list