26 Mar
2013
26 Mar
'13
10:28 a.m.
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 !!!