Announcement

Collapse
No announcement yet.

[RESOLVED]Basic sharing server for Windows clients / Samba

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [RESOLVED]Basic sharing server for Windows clients / Samba

    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.

    #2
    Re: Basic sharing server for Windows clients / Samba

    Could you post your smb.conf file? It is in /etc/samba.
    HP Pavilion dv6 core i7 (Main)
    4 GB Ram
    Kubuntu 18.10

    Comment


      #3
      Re: Basic sharing server for Windows clients / Samba

      don't forget to add samba users

      Code:
      smbpasswd -a yourusername
      then enter the password you would like to use to authenticate for the shares (it is allowed to differ from your normal user password)
      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!

      Comment


        #4
        Re: Basic sharing server for Windows clients / Samba

        Originally posted by JohanLingen
        don't forget to add samba users

        Code:
        smbpasswd -a yourusername
        then enter the password you would like to use to authenticate for the shares (it is allowed to differ from your normal user password)
        Thanks! That did it. As I mentioned before, adding samba users through the GUI didn't seem to produce anything even though it was running as root so I assumed the problem was deeper.

        Comment

        Working...
        X