From owner-freebsd-doc Sun Sep 1 11: 0:19 2002 Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40EBF37B400 for ; Sun, 1 Sep 2002 11:00:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 552FF43E75 for ; Sun, 1 Sep 2002 11:00:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81I0BJU086956 for ; Sun, 1 Sep 2002 11:00:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81I0BO6086954; Sun, 1 Sep 2002 11:00:11 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9568437B405 for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: docs/42292: PPP documentation should use quote marks around AUTHNAME etc. Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 42292 >Category: docs >Synopsis: PPP documentation should use quote marks around AUTHNAME etc. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 01 11:00:10 PDT 2002 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message