Hello,

I have some users using sometimes Windows XP and sometimes Windows 7. In my smb.comf I only have one profile section, now Samba is creating both "profile" and "profile.V2" in the /home/<user> directory. Resulting in using twice the disk space.

1) Is there any way to link them ?
2) Do I need a profile.V2 section in my smb.conf?

Thanks
Stonki


[homes]
   comment = Home Directories
   browseable = no
   read only = no
   create mask = 0775
   directory mask = 0775

[profiles]
   comment = Users profiles
   path = /home/%U/profile
   guest ok = no
   browseable = yes
   create mask = 0600
   directory mask = 0700
   writeable = yes



--
www.stonki.de : my, myself & I
www.proftpd.de : German ProFTPD support
www.krename.net : Batch Renamer for KDE
www.kbarcode.net :  Label & Barcode solution for KDE
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Reply via email to