Displaying 2 results from an estimated 2 matches for "oldntserver".
Did you mean:
  old_server
  
2018 May 11
3
Moving roaming profiles between domains, risky?
...aming_Windows_User_Profiles, 'using
windows ACL') and for new profiles works like a charm.
But i've tried to move/copy old profile to the new domain, and seems
work, with no glitch. I've done simply:
	root at vdmsv1:/srv/samba/profiles# rsync -av --progress --xattrs --rsh=ssh <oldntserver>:/srv/samba/profiles/gaio.V2 .
	chown -R :"domain users" gaio.V2
	<run a script that fix group permission, prevent settings ACL mask incorrectly>
Clearly domains have different SID, and looking (some sample) at
permissions in files of a copied profiles and a created one,
effect...
2018 May 14
0
Moving roaming profiles between domains, risky?
...amba] Moving roaming profiles between domains, risky?
> 
> 
> > But i've tried to move/copy old profile to the new domain, and seems
> > work, with no glitch. I've done simply:
> > 	root at vdmsv1:/srv/samba/profiles# rsync -av --progress 
> --xattrs --rsh=ssh <oldntserver>:/srv/samba/profiles/gaio.V2 .
> > 	chown -R :"domain users" gaio.V2
> > 	<run a script that fix group permission, prevent 
> settings ACL mask incorrectly>
> [...]
> > Can i be confident that something strage does not brake all things
> > sooner or...