From owner-freebsd-bugs@FreeBSD.ORG Thu Jul 14 04:51:31 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C02616A41F; Thu, 14 Jul 2005 04:51:31 +0000 (GMT) (envelope-from sf@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0B3143D46; Thu, 14 Jul 2005 04:51:30 +0000 (GMT) (envelope-from sf@FreeBSD.org) Received: from freefall.freebsd.org (sf@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6E4pUg5092806; Thu, 14 Jul 2005 04:51:30 GMT (envelope-from sf@freefall.freebsd.org) Received: (from sf@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6E4pUnC092802; Thu, 14 Jul 2005 04:51:30 GMT (envelope-from sf) Date: Thu, 14 Jul 2005 04:51:30 GMT From: FUJISHIMA Satsuki Message-Id: <200507140451.j6E4pUnC092802@freefall.freebsd.org> To: sasha@solver.net.ua, sf@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/83378: Error in user-level-ppp, if password begins char "!" and CHAP auth. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2005 04:51:31 -0000 Synopsis: Error in user-level-ppp, if password begins char "!" and CHAP auth. State-Changed-From-To: open->closed State-Changed-By: sf State-Changed-When: Thu Jul 14 04:45:56 GMT 2005 State-Changed-Why: Just type man ppp | less +/"auth]key value" and you'll find the answer. ... | If the first character of value is an exclamation mark (``!''), | ppp treats the remainder of the string as a program that must be | executed to determine the ``authname'' and ``authkey'' values. | | If the ``!'' is doubled up (to ``!!''), it is treated as a single | literal ``!'', ... http://www.freebsd.org/cgi/query-pr.cgi?pr=83378