[Samba] samba4 profiles problems

steve steve at steve-ss.com
Wed Oct 30 04:58:55 MDT 2013


On Wed, 2013-10-30 at 11:38 +0100, Rob Verduijn wrote:

> 
> [Profiles]
>         path = /var/lib/samba/sysvol/Profiles
>         read only = no
> 
> Anybody who can help me out ?
> Rob


Hi
If you want to do it via smb.conf then this works OK on a Samba4 file
server:

[profiles]
path = /home/profiles
read only = No
store dos attributes = Yes
create mask = 0600
directory mask = 0700
browseable = No
guest ok = No
printable = No
profile acls = Yes
csc policy = disable

/home/profiles is root:root 1777
Not sure about serving the profiles from a DC though.

Are you sure that your Domain Users can get at:
path = /var/lib/samba/sysvol/Profiles

Don't forget to set the profile path with either with samba-tool,
ldbmodify or using windows ADUC. The latter may be the easier way:
http://linuxcostablanca.blogspot.com.es/2012/02/s4-profiles.html

HTH
Steve





More information about the samba mailing list