Windows XP Password Prompt on a Samba Shared Folder
Wednesday, December 5, 2007 4:35:41 AM
I share folders with samba fine, on other computers running linux they can see it fine, when I tried to access via a computer with windows xp it came up with a password prompt, I put it my username and password however it rejected it.
Must remember in terminal to:
sudo smbpasswd -a <user>
which will then prompt:
[Enter your password] (as it says)
New SMB Password: (enter the password which you will use to access from xp machines)
Re-Type SMB Password: (as it says)
that <user> and password combination should now work in the password prompt in xp and let you login.
Must remember in terminal to:
sudo smbpasswd -a <user>
which will then prompt:
[Enter your password] (as it says)
New SMB Password: (enter the password which you will use to access from xp machines)
Re-Type SMB Password: (as it says)
that <user> and password combination should now work in the password prompt in xp and let you login.








Unregistered user # Thursday, March 27, 2008 7:43:03 AM
Unregistered user # Thursday, March 27, 2008 11:16:34 AM