hi,
I configured the samba server on rhel6. public server is working fine. but when it coming to private shate it's working. When i type \\servername on run it prompts for password but it doesnt work. it shows error box.says something like
"you might ahve no permissions to access resources contact admin...... multiple connections to server or shared resource by the same user using more than one username....."
my config file is as follows.
Quote:
[smb_share]
comment = private
path = /var/smb
public = no
valid users = manny
read only = no
security = user
server string = my samba
|
same error, if i change security to share and public to yes, it opens directly but password is not working.
i used following command also,
smbpass -a manny.
one thing i noticed is under /etc/samba i found only 3 files
- lmhosts
smb.conf
smbusers
i never found smbpasswd file i dont know why.
please help me
thank you.