>-----Original Message-----
>From: owner-freebsd-questions@FreeBSD.ORG
>[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Forrest
>>>
>>
>Thank you Ted, everything is working beautifully with Samba now. I found
>that I had to run smbpasswd once for each user, after I had run the script
>referenced above.
>
Yes, that's correct, all the script does is populate the smbpasswd password
file from the system password with the usernames, it can't insert the
crypted
password becuase there's no way to go backwards from the UNIX crypted
passwords.
You probably want to rename 'passwd' to 'passwd.old' and make a softlink
from 'smbpasswd' to 'passwd' so that you don't forget in the future.
Ted Mittelstaedt tedm@toybox.placo.com
Author of: The FreeBSD Corporate Networker's Guide
Book website: http://www.freebsd-corp-net-guide.com
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message