From nobody@FreeBSD.org  Sun Sep  1 10:52:35 2002
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9568437B405
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  1 Sep 2002 10:52:35 -0700 (PDT)
Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5558343E42
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  1 Sep 2002 10:52:35 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g81HqYOT012290
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 1 Sep 2002 10:52:35 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.4/8.12.4/Submit) id g81HqYeO012289;
	Sun, 1 Sep 2002 10:52:34 -0700 (PDT)
Message-Id: <200209011752.g81HqYeO012289@www.freebsd.org>
Date: Sun, 1 Sep 2002 10:52:34 -0700 (PDT)
From: Matthias Andree <matthias.andree@web.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: PPP documentation should use quote marks around AUTHNAME etc.
X-Send-Pr-Version: www-1.0

>Number:         42292
>Category:       docs
>Synopsis:       PPP documentation should use quote marks around AUTHNAME etc.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    keramida
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 01 11:00:10 PDT 2002
>Closed-Date:    Sat May 03 14:47:32 PDT 2003
>Last-Modified:  Sat May 03 14:47:32 PDT 2003
>Originator:     Matthias Andree
>Release:        4.6-STABLE
>Organization:
>Environment:
>Description:
The PPP documentation always refers to

   set authname YOURLOGINNAME
   set authkey  YOURPASSWORD

At least T-Online, one of the major ISPs in Germany, however expects a "#" in the
user name, like this:

    00087xxxxxxx320yyyyyyyyy#0001@t-online.de

x and y are all digits.

When doing 

    set authname 00087xxxxxxx320yyyyyyyyy#0001@t-online.de

the 0001@t-online.de part will be cut by PPP, and some dialup nodes will then 
reject the login. This affects T-DSL -- PPP over Ethernet (PPPoE) in particular.

>How-To-Repeat:
     
>Fix:
     Instead, 

    set authname "00087xxxxxxx320yyyyyyyyy#0001@t-online.de"

must be used to make the # a regular character rather than a comment delimiter, 
so I suggest that examples and documentation be adjusted to read

   set authname "YOURLOGINNAME"
   set authkey  "YOURPASSWORD"

Thanks.

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: keramida 
State-Changed-When: Thu Apr 10 14:33:14 PDT 2003 
State-Changed-Why:  
I've updated the sample config files in current.  Thanks! 


Responsible-Changed-From-To: freebsd-doc->keramida 
Responsible-Changed-By: keramida 
Responsible-Changed-When: Thu Apr 10 14:33:14 PDT 2003 
Responsible-Changed-Why:  
I will take care of MFCing this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=42292 
State-Changed-From-To: patched->closed 
State-Changed-By: keramida 
State-Changed-When: Sat May 3 14:47:08 PDT 2003 
State-Changed-Why:  
Merged to RELENG_4. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=42292 
>Unformatted:
