From nobody@FreeBSD.org  Tue Mar 28 03:52:07 2000
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 9387637BE9A
	for <freebsd-gnats-submit@FreeBSD.org>; 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
Sender: nobody@FreeBSD.org
To: freebsd-gnats-submit@FreeBSD.org
Subject: ppp 4.0 no longer allows # in authname, 3.x did
X-Send-Pr-Version: www-1.0

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 28 04:00:01 PST 2000
>Closed-Date:    Tue Mar 28 04:26:24 PST 2000
>Last-Modified:  Tue Mar 28 04:28:16 PST 2000
>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:
State-Changed-From-To: open->closed 
State-Changed-By: brian 
State-Changed-When: Tue Mar 28 04:26:24 PST 2000 
State-Changed-Why:  
Check the README.changes file - ppp now allows comments at the end 
of lines.  You need to either quote the argument or escape the # 
>Unformatted:
