From owner-freebsd-questions Tue Dec 29 22:07:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA06662 for freebsd-questions-outgoing; Tue, 29 Dec 1998 22:07:05 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from inet.chip-web.com (c1003518-a.plstn1.sfba.home.com [24.1.82.47]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id WAA06657 for ; Tue, 29 Dec 1998 22:07:04 -0800 (PST) (envelope-from ludwigp@bigfoot.com) Received: (qmail 467 invoked from network); 30 Dec 1998 06:06:45 -0000 Received: from speedy.chip-web.com (HELO speedy) (172.16.1.1) by inet.chip-web.com with SMTP; 30 Dec 1998 06:06:45 -0000 Message-Id: <4.1.19981229220328.00a184a0@mail-r> X-Sender: ludwigp2@mail-r X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Tue, 29 Dec 1998 22:06:43 -0800 To: Doug Jolley , questions@FreeBSD.ORG From: Ludwig Pummer Subject: Re: What's Bill Gates done to us now? Cc: teresa@bryfi.com In-Reply-To: <199812300553.VAA12980@footech.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 09:53 PM 12/29/98 , Doug Jolley wrote: >I'm running a network consisting of a FreeBSD-based server and >several Win95 workstations. We use Samba to provide access to >FreeBSD file space. I have just added my first Win98 work station. >All the networking works fine EXCEPT that we can't map file >space on the server from the Win98 client. Win98 complains >that we aren't using the correct password. We can log the >relevant user onto a Win95 client and map filespace just fine. >So, it appears that there is some relevant difference with >Win98. I'm wondering if anyone else has encountered this >and what might be done to fix it. Thanks for any input. > > ... doug Win98 enables encrypted passwords. the easiest thing is to shut off password encryption. Copy the following (and be careful of text wrapping) to ptxt_on.inf, right-click on it, and select Install ---------- ; Decrypt.INF ; Copyright (c) 1993-1995, Microsoft Corporation [version] signature="$CHICAGO$" [DefaultInstall] AddReg=Enable.Plaintext [Enable.Plaintext] HKLM,System\CurrentControlSet\Services\VxD\VNETSUP,EnablePlainTextPassword,1 ,01,00,00,00 ---------- This file is on the Win98 CD, by the way --Ludwig Pummer ( ludwigp@bigfoot.com ) ICQ UIN: 692441 ( ludwigp@email.com ) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message