Another Linux Blag

Running Ubuntu as a Desktop and Server

Windows XP Password Prompt on a Samba Shared Folder

, ,

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.

VNC on UbuntuPassword Protect A Web Directory Using Ubuntu and Apache2

Comments

Unregistered user Thursday, March 27, 2008 7:43:03 AM

curVV writes: Still asking me for password from XP. *sigh* Do I need to chabge any of these lines? obey pam restrictions = yes encrypt passwords = yes passwd program = /usr/bin/passwd %u

Unregistered user Thursday, March 27, 2008 11:16:34 AM

curVV writes: ok nevermind it works now, my post on what i did here: http://ubuntuforums.org/showthread.php?p=4596133

Write a comment

New comments have been disabled for this post.