Author Topic: Samba and Vista  (Read 1595 times)

RLSinOP

  • Zen Apprentice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Samba and Vista
« on: February 02, 2009, 04:17:43 am »
There are some documented issues between Vista and Samba, specifically Vista's backup utility.  I've got it working on a non-EBOX server by tweaking user/group priveledges, the smb.conf file, and making sure the latest version of Samba is installed.  When trying to run Vista backup to an EBOX file share, I'm getting an error message that says "Cannot create a file when that file already exists" (the Vista backup utility seems to be creating a GUID file).

The share I've created is accessible to a group (backup) with admin rights.
A valid Vista user is a member of the "backup" group
The share's directory is set 670 and ebox__:USERS__
Here's what's in the current smb.conf:

[backup]
 comment = backup
 path = /home/samba/shares/backup
 valid users = @"backup"
 read list =
 write list =
 admin users = @"backup"
 read only = No
 browseable = Yes


I also tried backing up to the users "home" directory - same result

Looking for some help/ideas - thanks.

RLSinOP
« Last Edit: February 02, 2009, 04:40:04 am by RLSinOP »

javi

  • Zen Hero
  • *****
  • Posts: 1042
  • Karma: +0/-0
    • View Profile
Re: Samba and Vista
« Reply #1 on: February 02, 2009, 11:58:32 am »
You should be able to modify the samba template that is used to generate the actual /etc/samba/smb.conf in /usr/share/ebox/stubs/samba/smb.conf.mas

Please report back the configuration that works ok with Vista.

RLSinOP

  • Zen Apprentice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Re: Samba and Vista
« Reply #2 on: February 03, 2009, 03:46:21 pm »
OK, I'll work on it and let you know.