Results 1 to 2 of 2

Thread: Problem connecting WinXP / 7 to samba. Any ideas?

  1. #1
    Join Date
    Nov 2008
    Location
    Rhenen, the Netherlands
    Beans
    27
    Distro
    Ubuntu 14.10 Utopic Unicorn

    Problem connecting WinXP / 7 to samba. Any ideas?

    I have a couple of Ubuntu 10.04 servers running Samba to share a directory or two.

    My ubuntu desktop connects happily to all of them, and so do all OS-X Feline entities.
    So far so good.

    On Windows XP and 7 most of those servers are found nicely in WinExplorer. Only one Samba-Server provokes errors on Windows, complaining the server is not accessible, account is not allowed to connect / system error 1240 and such.

    All smb.conf files are practically the same, only the paths to the shares differ. All user-rights and groups are the same on the shared directories. Only on the 'error-provoking one' the shared directories are mountpoints for partitions.

    I use the following authentication settings in smb.conf, which for years have enabled me to connect to a samba-share with any username/password whatsoever.

    Code:
    # Some security lines from my smb.conf
       security = SHARE
       auth methods = guest
    
       encrypt passwords = true
    
       passdb backend = tdbsam
    
       obey pam restrictions = yes
    
       guest account = shareusers
       invalid users = root
    I am running out of ideas to google... Any suggestions?

    Kind regards,

    Martin
    Last edited by radiognome; August 3rd, 2012 at 10:34 AM. Reason: Forgot my final question to the world.

  2. #2
    Join Date
    Feb 2010
    Location
    California
    Beans
    244
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Problem connecting WinXP / 7 to samba. Any ideas?

    does it work via IP address?

    are the client computers in the same workgroup?

    do the client computers have a password? most sharing is disabled when the windows accounts dont have passwords.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •