From owner-freebsd-bugs  Fri Jul 25 01:10:04 1997
Return-Path: <owner-freebsd-bugs>
Received: (from root@localhost)
          by hub.freebsd.org (8.8.5/8.8.5) id BAA21294
          for bugs-outgoing; Fri, 25 Jul 1997 01:10:04 -0700 (PDT)
Received: (from gnats@localhost)
          by hub.freebsd.org (8.8.5/8.8.5) id BAA21283;
          Fri, 25 Jul 1997 01:10:01 -0700 (PDT)
Date: Fri, 25 Jul 1997 01:10:01 -0700 (PDT)
Message-Id: <199707250810.BAA21283@hub.freebsd.org>
To: freebsd-bugs
Cc: 
From: tedm@toybox.placo.com
Subject: Re: kern/4119: can't connect to Win NT 4.0 RAS using MS CHAP  and CBCP
Reply-To: tedm@toybox.placo.com
Sender: owner-freebsd-bugs@FreeBSD.ORG
X-Loop: FreeBSD.org
Precedence: bulk

The following reply was made to PR kern/4119; it has been noted by GNATS.

From: tedm@toybox.placo.com
To: <freebsd-gnats-submit@freebsd.org>
Cc:  Subject: Re: kern/4119: can't connect to Win NT 4.0 RAS using MS CHAP  and CBCP
Date: Fri, 25 Jul 97 01:08:43

 As a temporary workaround to this problem, in /etc/ppp/options place the
 following:
 
 +pap
 -chap
 
 Also make sure that the checkbox in Windows NT RAS is set to allow unencrypted
 passwords.  (this is the default in Windows 95 Dialup Networking)
 
 The pppd daemon program defaults to using CHAP when requiring authentication
 is turned on.  Microsoft PPP will authenticate with either PAP or CHAP authentication
 unless the Require Encrypted Passwords setting is turned on in the Microsoft software.