From owner-freebsd-net@FreeBSD.ORG Sun Mar 26 11:17:02 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 BC32616A420 for ; Sun, 26 Mar 2006 11:17:02 +0000 (UTC) (envelope-from alexandre.delay@free.fr) Received: from smtp6-g19.free.fr (smtp6-g19.free.fr [212.27.42.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58D7A43D45 for ; Sun, 26 Mar 2006 11:17:02 +0000 (GMT) (envelope-from alexandre.delay@free.fr) Received: from Cerbere-de-Troyes.cerbere23.com (eur10-1-82-241-181-23.fbx.proxad.net [82.241.181.23]) by smtp6-g19.free.fr (Postfix) with ESMTP id 6F30617D7B for ; Sun, 26 Mar 2006 13:17:01 +0200 (CEST) Received: from artemis ([192.168.2.2]) by Cerbere-de-Troyes.cerbere23.com (8.13.3/8.13.3) with SMTP id k2QBH05V066981 for ; Sun, 26 Mar 2006 13:17:01 +0200 (CEST) (envelope-from alexandre.delay@free.fr) From: "Alexandre DELAY" To: Date: Sun, 26 Mar 2006 13:17:27 +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 11:17:02 -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