Results 1 to 3 of 3
I beleive I've setup samba correctly, but whenever I attempt to access my linux machine from windows, it requests a username/password. I cannot figure out what I should be using ...
- 03-09-2005 #1Just Joined!
- Join Date
- Feb 2005
- Posts
- 11
cannot access Linux share from WinXP Professional
I beleive I've setup samba correctly, but whenever I attempt to access my linux machine from windows, it requests a username/password. I cannot figure out what I should be using here.
If I open up Network Neighbourhood, and select 'View Workgroup Computers', i can see the linux machine listed, and when I try to open it is when I'm prompted for the credentials I don't have.
My question is, how can I add and manage samba users? I've tried to validate by entering using username 'root' with the root password, as well as my linux user account, but neither worked.
Thanks
- 03-09-2005 #2
Try adding samba users with the smbpasswd -a command
There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
- Jeremy S. Anderson
- 03-09-2005 #3Linux Enthusiast
- Join Date
- Feb 2005
- Location
- SE, Stockholm
- Posts
- 512
Try with
from your linux/samba server, this will create a Samba user for you, and you hsould be able to logon with this user afterwards.Code:smbpasswd -a <userid>


Reply With Quote