From owner-freebsd-questions Thu Aug 26 21:20:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from lvdi.net (Mta.lvdi.net [216.24.138.2]) by hub.freebsd.org (Postfix) with SMTP id 8F49E15487 for ; Thu, 26 Aug 1999 21:20:47 -0700 (PDT) (envelope-from notme@lvdi.net) Received: from lvdi.net ([216.24.141.36]) by lvdi.net ; Thu, 26 Aug 1999 21:17:05 2000 PDT Message-ID: <37C6145B.AE664DB1@lvdi.net> Date: Thu, 26 Aug 1999 21:30:19 -0700 From: notme Organization: me++ X-Mailer: Mozilla 4.61 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: Bill Cc: "freebsd-questions@freebsd.org" Subject: Re: samba & plain text password References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Thank you so much for your help! After realizing that my teacher probably would approve using encrypted password, I wrote surrendered to encrypted password. :) I found this shell script, mksmbpass.sh, which makes a smbpasswd file base on /etc/passwd. I was also able to find this command, smbpasswd -s which allows me to write in a shell script to add all password to the /user/local/private/passwd file. (actually, it is a little program that I wrote to write repeated command to a shell script... I have yet to learn how to write real shell scripts :) Thanks for your help anyway! Frankie Bill wrote: > after you do ./configure for samba build go into the source/Makefile & > cut the -lpam flag out, its at the top of the Makefile under LIBS=. Now cd > into source/include & grep pam * , if i remmember correctly theres 2 > entries in config.h, wrap c style comments `/* */` around any definitions > to pam. cd ../../ make;make install. Thats what Ive been doing to get > samba to work since 1.9.18. Let me know if that works for ya. > > On Thu, 26 Aug 1999, notme wrote: > > > Hi, > > I am just wondering if I could still use plaintext > > password for Samba connecting to a Win9x machine. > > (after applying the registry fix). I have a server at > > school, which used to run FreeBSd 2.2.8 and Samba > > 1.9.18p10. Everything worked fine even with plaintext > > passwords. In the begining of this year (4 days ago), > > I installed FreeBSD Release 3.2 along with > > Samba 2.0.3. (BTW, all of the WIn95 machines > > have installed the plaintext reg fix... ) However, I can > > no longer access Samba from a Win95 machine when > > "encrypted password" is set to" no"... > > > > I am using the exact same smb.conf from the pre- > > upgrade time. > > > > Thank you in advance for any help! > > > > Frankie > > > > > > > > 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