Hi,
I use freeradius + pppd.
The thing is that I want to use the RAD_FILTER_ID attribute send by radius.
I got it perfectly and use it in my ppp.linkup as label.
What I want is use this value in a script. The value of this label can be
almost anything. So it is dofficult to modify my ppp.linkup as this:
___
|1:
| bg test.sh
|2:
| bg test.sh
|...
|1024:
| bg test.sh
|___
I would like something more like:
___
|*:
| bg test.sh LABEL
|___
But:
1) "*:" dosen't work
2) LABEL contain the value of the label specified in ppp.conf
How can I do what I want?
cheers
Alex
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"