From owner-freebsd-questions Mon Feb 3 00:12:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA14546 for questions-outgoing; Mon, 3 Feb 1997 00:12:04 -0800 (PST) Received: from diablo.ppp.de (diablo.ppp.de [193.141.101.34]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id AAA14523 for ; Mon, 3 Feb 1997 00:11:58 -0800 (PST) Received: from freebie.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0vrJVJ-000QYhC; Mon, 3 Feb 97 09:11 MET Received: (grog@localhost) by freebie.lemis.de (8.8.4/8.6.12) id IAA23017; Mon, 3 Feb 1997 08:39:32 +0100 (MET) From: grog@lemis.de Message-Id: <199702030739.IAA23017@freebie.lemis.de> Subject: Re: isdnpppd will only work with +ua option In-Reply-To: from Peter Korsten at "Feb 2, 97 06:52:44 pm" To: peter@hw.nl (Peter Korsten) Date: Mon, 3 Feb 1997 08:39:31 +0100 (MET) Cc: questions@FreeBSD.org (FreeBSD Questions), isdn@muc.ditec.de (FreeBSD ISDN Distribution List) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Reply-to: grog@lemis.de (Greg Lehey) WWW-Home-Page: http://www.FreeBSD.org/~grog X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Peter Korsten writes: > I've gotten the bisdn-0.97 package with the PPP-patches for my > Teles.S0/16.3 ISDN-card to work fine under 2.2, but only if I start > isdnpppd (a somewhat modified version of pppd, that doesn't use > /etc/ppp/options) with the '+ua file' option, where 'file' is the > file that contains my usercode and password. Using the pap-secrets > file won't work. Since the man page states that the '+ua' option > is obsolecent, I'd rather use the pap-secrets file. > > By placing debug statements in the isdnppd source code, I found > out why this is. It explicitly wants me to use my hostname > (grendel.IAEhv.nl) as the first field in the pap-secrets file and > tries to authenticate with that, while my provider wants me to > authenticate with my normal usercode with a 'P' prepended. > > Is there a way to get around this? At this stage in the development, I'd say "sure: rewrite the code". But -questions isn't the appropriate list for this question: send your questions to isdn@muc.ditec.de (sign up with majordomo), and they might be able to help. Greg