LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   samba server asking password (https://www.linuxquestions.org/questions/linux-newbie-8/samba-server-asking-password-799743/)

rehan21 04-03-2010 04:22 AM

samba server asking password
 
Hello everyone

I have just configured samba and it is working fine, the only problem that i have face when i go to access some sharing on samba server it asking me about password but the problem is that its username option is embossed. By default it will login as guest but i dont know the guest password.

Please help?


Regards,
Rehan

Jim44 04-03-2010 06:11 AM

Quote:

Originally Posted by rehan21 (Post 3922687)
Hello everyone

I have just configured samba and it is working fine, the only problem that i have face when i go to access some sharing on samba server it asking me about password but the problem is that its username option is embossed. By default it will login as guest but i dont know the guest password.

Please help?


Regards,
Rehan

Check your /etc/samba/smb.conf file. If it looks like this:

# This boolean parameter controls whether Samba attempts to sync the Unix
# password with the SMB password when the encrypted SMB password in the
# passdb is changed.
unix password sync = yes

Then your passwords will be the same as the system passwords. You may want to edit the smb.conf file and set guest ok=yes for your shares so you don't have to worry about passwords.

IMHO samba is a pain to configure correctly.

Also see this topic http://www.linuxquestions.org/questi...ssword-606965/

Jim.


All times are GMT -5. The time now is 04:45 PM.