From owner-freebsd-bugs Tue Mar 28 4: 0: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 826CF37BE9D for ; Tue, 28 Mar 2000 04:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA13251; Tue, 28 Mar 2000 04:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9387637BE9A for ; Tue, 28 Mar 2000 03:52:07 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA11596; Tue, 28 Mar 2000 03:52:07 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003281152.DAA11596@freefall.freebsd.org> Date: Tue, 28 Mar 2000 03:52:07 -0800 (PST) From: jay.krell@cornell.edu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/17635: ppp 4.0 no longer allows # in authname, 3.x did Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17635 >Category: bin >Synopsis: ppp 4.0 no longer allows # in authname, 3.x did >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 28 04:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Jay Krell >Release: 4.0 >Organization: Jay Krell >Environment: FreeBSD jayk-bsd1 4.0-STABLE FreeBSD 4.0-STABLE #0: Tue Mar 28 03:10:11 PST 2000 jayk@jayk-bsd1:/usr/obj/usr/src/sys/JAYK1 i386 >Description: Netcom ISP login accounts all start with #. This worked fine in FreeBSD 3.x. ppp.conf: set authname #jaykrell set authkey *** worked fine. Now in 4.0, the # is seen as the start of a comment. >How-To-Repeat: Get an account with netcom, if this is still possible. They've been bought/merged twice, but my account from 1996 works the same as it always has, modulo phone number changes. Install 4.0 (I upgraded from rom 3.4-Release to 4.0-Stable, as of about March 27, 2000). ppp -nat -auto netcom or somesuch or interace ppp dial netcom interactive gives a warning about empty pap name, and fails to connect >Fix: I replaced all occurences of '#' in /usr/src/usr.sbin/ppp with '%', but this fix is not acceptable. Maybe I'll debug (find in files) it more now that I've got the source over to a machine with Visual C++.. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message