Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Mar 2006 11:55:18 +0200
From:      "Aymeric MUNTZ" <aymeric.muntz@free.fr>
To:        <freebsd-net@freebsd.org>
Subject:   PPP + Radius pbm
Message-ID:  <MAEBLPAGHGPMOKCBICBNEEGDCKAA.aymeric.muntz@free.fr>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?MAEBLPAGHGPMOKCBICBNEEGDCKAA.aymeric.muntz>