|-----Original Message----- |From: centos-bounces@centos.org [mailto:centos-bounces@centos.org]On |Subject: [CentOS] Can't Access Samba Running Linux Box From XP | |Hi All, | |I've just installed Samba on a Linux box, and can see the Windows box |attempting connections, but, when inputting the username/password, I |keep getting the same user/pass prompt window. What should I |troubleshoot for this? I gave the user/pass that is the same as the |account on the Linux box, which has permissions to view the shared |directory in /etc/samba/smb.conf. Cheers. | |Mark Sargent |Linux = Centos 4-3, IP = 10.0.0.3 |Windows = XP, IP = 10.0.0.2 | |_______________________________________________
Might also try ..
#smbpasswd -a <username>
Adds the user to the smb password list.
HTH.. Brian