From owner-freebsd-stable Thu Dec 11 11:51:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA09720 for stable-outgoing; Thu, 11 Dec 1997 11:51:52 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from stars.cisco.com (stars.cisco.com [171.69.71.35]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA09715 for ; Thu, 11 Dec 1997 11:51:48 -0800 (PST) (envelope-from narana@cisco.com) Received: from nkannapp-ss20.cisco.com (nkannapp-ss20.cisco.com [171.69.194.242]) by stars.cisco.com (8.8.4-Cisco.1/8.6.5) with ESMTP id LAA01206; Thu, 11 Dec 1997 11:51:16 -0800 (PST) Received: (narana@localhost) by nkannapp-ss20.cisco.com (8.8.4-Cisco.1/CISCO.WS.1.2) id LAA00918; Thu, 11 Dec 1997 11:51:16 -0800 (PST) Date: Thu, 11 Dec 1997 11:51:16 -0800 (PST) Message-Id: <199712111951.LAA00918@nkannapp-ss20.cisco.com> From: Narana Kannappan MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: freebsd-stable@FreeBSD.ORG Cc: Narana Kannappan Subject: Re: ppp permissions X-Mailer: VM 6.22 under 19.15p7 XEmacs Lucid Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I want to write a chat script for the "set login" command that prompts the user for a password and gives that password to the remote end. The reason I want this is because I have one of those secure password cards that gives you the password to use to connect to your ISP. Therefore I cant "hardcode" the password value into the login chat script (as shown in the man page examples and sample ppp config files). Any inputs about how to do this is highly appreciated. Thanks, Narana.