[Samba] Samba doesn't create user profiles on the fly

2010-11-20 Thread Konstantin Minevsky
Hi there! I've got Samba server running on CentOS box. Everything works fine when I use path parameter, but I think Samba should create /home dirs for clients automatically. It should look like this: comment = Home Directory of '%u' valid users = @Domain Group browseable = no writable = yes

Re: [Samba] Samba doesn't create user profiles on the fly

2010-11-20 Thread Miguel Medalha
comment = Home Directory of '%u' valid users = @Domain Group browseable = no writable = yes create mask = 0600 directory mask = 0700 I suppose it should be: valid users = %S Otherwise, you will be granting access to a whole group instead of only to the directory owner. -- To unsubscribe