From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] connecting to ISP with PAP? From: Richard Miller MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: Date: Thu, 9 Nov 2000 15:30:53 +0000 Topicbox-Message-UUID: 25db82dc-eac9-11e9-9e20-41e7f4b1d025 Oops .. after applying the PAP update to /sys/src/cmd/ip/ppp, you might want to change the following line: netlog("PPP: pap: send authreq %d %s %s\n", c->id, ppp->chapname, ppp->secret); to netlog("PPP: pap: send authreq %d %s %s\n", c->id, ppp->chapname, "****"); to prevent your ISP password from appearing in debugging output. -- Richard