One possible cause of this is that fact that you have given null passwords for the users that you are trying to use.
Try adding:
Allow null passwords
to the global section of your smb.conf
The other cause of this problem is that samba is trying to authenticate against a windows Domain Controller, and that the windows domain controller is not available. Check that your smb.conf is not trying to do this.
HTH:)
Main Topics
Browse All Topics





by: jleviePosted on 2003-08-29 at 07:45:47ID: 9248416
In your /etc/samba/smb.conf file do you have:
security = user
encrypt passwords = yes
smb passwd file = /etc/samba/smbpasswd
When you created the SMB users with smbpasswd did you match the Linux user names and passwords?