Hi,

>    For examples this is what we have in our clients config file now (with our
>    internal IP's changed for obfuscation's sake):
> 
>    client 10.99.3.0/24 {
>            secret          =    XXXXXXX
>            shortname       = MSP 7345's
>    }
> 
>    client 10.3.99.0/24 {
>            secret          = XXXXXX
>            shortname       = SNJ 7000 Switches
>    }

I'd use "%{client:shortname}" eg

if ("%{client:shortname}" == "MSP 7345's") {
        update reply {
                Idle-Timeout = 1800
        }
}


yes. you can do that sort of thing. :-)

alan
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to