Matt Everson
2010-Jun-03 21:33 UTC
[Samba] Other users home share contains contents of my home share
I have 3.2.7 as part of an Openfiler install. I have a homes share setup, but when I view any other users home share (\\server\otherusername) I see the contents of my own home share. I have the server joined to AD with winbind, and I am in a group that is listed as the owner of the other users home share, with rwx. What I am trying to do is allow a domain group access to all of the home shares via SMB. [homes] path = /mnt/users/%U read only = no writeable = yes oplocks = yes level2 oplocks = yes force security mode = 0 dos filemode = yes dos filetime resolution = yes dos filetimes = yes fake directory create times = yes browseable = yes csc policy = manual share modes = yes veto oplock files = /*.mdb/*.MDB/*.dbf/*.DBF/ veto files = /*:Zone.Identifier:*/ store dos attributes = yes map acl inherit = yes create mode = 0700 directory mode = 0700 printable = no guest ok = no hosts allow = 0.0.0.0/0 hosts readonly allow admin users = matt.everson Matt
Dale Schroeder
2010-Jun-04 13:24 UTC
[Samba] Other users home share contains contents of my home share
On 06/03/2010 4:33 PM, Matt Everson wrote:> I have 3.2.7 as part of an Openfiler install. I have a homes share setup, > but when I view any other users home share (\\server\otherusername) I see > the contents of my own home share. I have the server joined to AD with > winbind, and I am in a group that is listed as the owner of the other users > home share, with rwx. What I am trying to do is allow a domain group access > to all of the home shares via SMB. > > [homes] > path = /mnt/users/%U >I think you'll have to get rid of the "%U" if you wish to access other users' home shares. path = /mnt/users Dale> read only = no > writeable = yes > oplocks = yes > level2 oplocks = yes > force security mode = 0 > dos filemode = yes > dos filetime resolution = yes > dos filetimes = yes > fake directory create times = yes > browseable = yes > csc policy = manual > share modes = yes > veto oplock files = /*.mdb/*.MDB/*.dbf/*.DBF/ > veto files = /*:Zone.Identifier:*/ > store dos attributes = yes > map acl inherit = yes > create mode = 0700 > directory mode = 0700 > printable = no > guest ok = no > hosts allow = 0.0.0.0/0 > hosts readonly allow > admin users = matt.everson > > > Matt >