From owner-freebsd-questions Sun Jun 14 20:17:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA26578 for freebsd-questions-outgoing; Sun, 14 Jun 1998 20:17:20 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from alpha.zju.edu.cn (zju.edu.cn [210.32.128.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA26533 for ; Sun, 14 Jun 1998 20:16:51 -0700 (PDT) (envelope-from fuse@bbs.zju.ml.org) Received: from fuse ([210.32.151.168]) by alpha.zju.edu.cn (8.8.5/8.8.5) with SMTP id LAA11294 for ; Mon, 15 Jun 1998 11:16:21 +0900 (CDT) Date: Mon, 15 Jun 1998 11:16:21 +0900 (CDT) Message-Id: <199806150216.LAA11294@alpha.zju.edu.cn> From: fuse To: FreeBSD-Questions@FreeBSD.ORG; Subject: Samba passwd for win98? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Mailer: N_N Mail Version 0.1 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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