From owner-freebsd-net@FreeBSD.ORG Sun Mar 26 09:54:54 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6035F16A400 for ; Sun, 26 Mar 2006 09:54:54 +0000 (UTC) (envelope-from aymeric.muntz@free.fr) Received: from smtp4-g19.free.fr (smtp4-g19.free.fr [212.27.42.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id F10A743D46 for ; Sun, 26 Mar 2006 09:54:53 +0000 (GMT) (envelope-from aymeric.muntz@free.fr) Received: from Cerbere-de-Troyes.cerbere23.com (eur10-1-82-241-181-23.fbx.proxad.net [82.241.181.23]) by smtp4-g19.free.fr (Postfix) with ESMTP id 1BFD5546D8 for ; Sun, 26 Mar 2006 11:54:52 +0200 (CEST) Received: from artemis ([192.168.2.2]) by Cerbere-de-Troyes.cerbere23.com (8.13.3/8.13.3) with SMTP id k2Q9sqRA066537 for ; Sun, 26 Mar 2006 11:54:52 +0200 (CEST) (envelope-from aymeric.muntz@free.fr) From: "Aymeric MUNTZ" To: Date: Sun, 26 Mar 2006 11:55:18 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Subject: PPP + Radius pbm X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2006 09:54:54 -0000 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