From owner-freebsd-questions Mon Jun 15 10:00:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA15170 for freebsd-questions-outgoing; Mon, 15 Jun 1998 10:00:20 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from batman.global.com (global.com [206.40.50.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA15151 for ; Mon, 15 Jun 1998 10:00:05 -0700 (PDT) (envelope-from gopu@global.com) Message-ID: <358551D0.9004C65D@global.com> Date: Mon, 15 Jun 1998 09:54:40 -0700 From: Gopakumar H Pillai Organization: Global Automation, Inc. X-Mailer: Mozilla 4.05 [en] (Win95; I) MIME-Version: 1.0 To: fuse CC: "FreeBSD-Questions"@FreeBSD.ORG; Subject: Re: Samba passwd for win98? References: <199806150216.LAA11294@alpha.zju.edu.cn> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG There is a similar problem between Windows NT and Windows 95. There exists a solution by changing the Registry settings for Windows NT. Go to: HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Rdr Under Rdr create a key named Parameters and in Parameters create a DWORD value named EnablePlainTextPassword and give it a value of 1. So finally: HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Rdr\Parameters will have a DWORD value EnablePlainTextPassword with value 1. Reboot the system and u can log on from Windows NT. This might work for Windows 98. Otherwise search the Microsoft's KnowledgeBase. --Gopu fuse wrote: > > Hi, all > > I setup a Samba server in a FreeBSD 2.2.6 box, several guys in our lab may access it > in win95, and some in win98, it seems if I uses 'encrypt passwords = yes' then > win98 can access the samba box with the passwd specified with smbpasswd, but > then win95 will failed to pass the password verification. If 'encrypt passwords = yes' > is commented, then win95 will pass, and win98 will failed. > Any error in my setting? > > And what is the passwd for [public] sharing? > > I setuped one for Redhat 5.0 linux before, and it works quite well untill win98 appears. > > The Samba package was downloaded from ftp.cdrom.com, seems version 1.9.18. > > And thanks in advance for your any comments and help. > > here is port of the /usr/local/etc/smb.conf: > .... > ; security = user > security = share > ; encrypt passwords = yes > > [homes] > comment = Home Directories > browseable = no > writable = yes > [public] > comment = Public Stuff > path = /home/samba > public = yes > writable = yes > printable = no > valid users = fuse sco pioneer > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message