What's the easiest way to set up a basic share of some folder (home for example) with or without login verification. I've installed the samba server package and the Windows machine sees my shares fine. However, it can't access them. I've tried setting up an account in samba, but when I try, stderr receives a "cannot change password" message and although in the GUI it appears to be fine, the user/pwd are still not accepted.
Announcement
Collapse
No announcement yet.
[RESOLVED]Basic sharing server for Windows clients / Samba
Collapse
This topic is closed.
X
X
-
Re: Basic sharing server for Windows clients / Samba
don't forget to add samba users
Code:smbpasswd -a yourusername
Once your problem is solved please edit the first post of your topic and add [SOLVED] in front of the subject. In that way, others can benefit from your experience!
- Top
- Bottom
Comment
-
Re: Basic sharing server for Windows clients / Samba
Originally posted by JohanLingendon't forget to add samba users
Code:smbpasswd -a yourusername
- Top
- Bottom
Comment
Comment