ARRRRGGGGHHH
Did a search on Google and this forum for the problem, and I am stuck.
SCENARIO: Samba on RH9, Windows XP home, local workgroup called MSHOME. Local internal 192 network.
I can ping the RH9 box from the Windows XP box.
Firewall is turned off at RH for testing.
Windows XP keeps getting error "Account is not authorized to log in from this station."
This occurs when I try to map a drive. or when I try to run from the Windows command line (e.g., \\<RH9-IP-address>)
It never prompts me for a user name or password, which could be a sign of the root cause?
My smb.conf file is the default vanilla except for the following:
workgroup = MSHOME
server string = Samba Server
hosts allow = 192.168.0. 127.
security = user
[public]
path = /var/www/html
public = yes
only guest = yes
writable = yes
printable = no
[homes]
comment = Home Directories
browseable = no
writable = yes
valid users = %S
create mode = 0664
directory mode = 0775
map to guest = bad user
My smbusers file looks like this:
# Unix_name = SMB_name1 SMB_name2 ...
root = administrator admin
nobody = guest pcguest smbguest
mwilliams = Mike Williams
My smbpasswd file looks weird (is this a hashed password?)
mwilliams:500:8ADB0D4A3E947575B79AE2610DD89D4C:70194D4D60BE25C34C037CA102655656:[UX ]:LCT-4134EA5C:
Firewall is OFF on the RH9 box and the Windows XP box. I cannot see the RH9 box in the MSHOME workgroup on the Windows XP box.
IP chains disabled.
I have successfully stopped and restarted the SMB and NMB services after each change to the conf and user files.
One GOOGLE clue was to allow unencrypted passwords on XP box by changing the setting using gpedit.msc Of course, cannot get to any such setting on XP home. so I doubt that it matters.
Thanks.
plunday@nc.rr.com