From: "Mark Gosselin" <gosselinm@netscout.com>
To: <samba@lists.samba.org>
Sent: Wednesday, January 30, 2002 2:04 PM
Subject: [Samba] Account not authorized...
> Help!!! My Windows 2000 machine keeps giving me the "Account not
> authorized to log in from this station"
> message.... I've ssen this on the list before, but can't seem to
find it.
> How can I get rid of that message???
>
I posted about this this morning, then resolved it on my own. Here's what
worked for me:
In smb.conf
[global]
...your settings
encrypt passwords = Yes
update encrypted = Yes
Then add accounts using smbpasswd -a as root. (This is important; encrypted
passwords and straight unix user authorization don't mix.)
HTH, HAND