LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Samba and XP (https://www.linuxquestions.org/questions/linux-newbie-8/samba-and-xp-185037/)

kicken 05-23-2004 10:06 PM

Samba and XP
 
I need some help with windows xp and samba
i can see my samba shares but when i click to access it gives me a login screen
i put in the username and password but i cant login
not matter what .

Please Help what do i need to change in samba

witeshark 05-23-2004 10:28 PM

May be a permissions issue. If you network the 2 boxes together isolated, not on line like this: smbmount //computer/sharename /directory/mountfolder -o dmask=777,fmask=777

Vlad-A 05-24-2004 03:17 AM

Did you add the valid users to your smbpasswd ?

Samba maintains it's own user list.

adding user is done by:

smbpasswd -a user_name

Then you will be prompted to enter the password.

Make sure that the users you add, already have
a valid Linux account.

Password shall be the same like in the UNIX account.

Also check for following lines in your smb.conf file:

passwd program = /usr/bin/passwd %u
encrypt passwords = Yes
unix password sync = Yes

REMARK: Perhaps in your distro the passwd program is located
in another directory. In my distro (SuSE) it's under /usr/bin.

If the above lines are not in your smb.conf add them into your smb.conf.

Then restart the smbd and nmbd deamons.


All times are GMT -5. The time now is 08:34 AM.