Hello all, I'm not new to samba, but for some reason I'm always being bitten by it when I try to set up roaming profiles. So I would like to ask for some help here. I've been RTFM the manual a lot on the samba website, Paying a lot of attention to the following pages. wiki.samba.org/index.php/Samba_AD_DC_HOWTO wiki.samba.org/index.php/Samba_&_Windows_Profiles wiki.samba.org/index.php/Samba_&_Windows_Profiles#Configuring_folder_redirection And still I get the temporary profile error. I've got the following questions : What filesystem can I use (currently I use ext4) What mount options are needed (currently I use : acl,user_xattr) What rights should the profiles folder have in linux ? Who should be the owner and group in linux ? This is my smb.conf # Global parameters [global] workgroup = TJAKO realm = TJAKO.THUIS netbios name = SAMBA2 server role = active directory domain controller dns forwarder = 172.16.1.13 idmap_ldb:use rfc2307 = yes log level = 3 [netlogon] path = /var/lib/samba/sysvol/tjako.thuis/scripts read only = No [sysvol] path = /var/lib/samba/sysvol read only = No [Profiles] path = /var/lib/samba/sysvol/Profiles read only = no Anybody who can help me out ? Rob
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 ? > RobHi 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: linuxcostablanca.blogspot.com.es/2012/02/s4-profiles.html HTH Steve
Seemingly Similar Threads
- Samba4 roaming profiles & ownership of profile.V2 folders [RESOLVED]
- Samba4 roaming profiles & ownership of profile.V2 folders [RESOLVED]
- Samba4 roaming profiles & ownership of profile.V2 folders [RESOLVED]
- Samba4 roaming profiles & ownership of profile.V2 folders [RESOLVED]
- Samba4 roaming profiles & ownership of profile.V2 folders [RESOLVED]