We are working in the Windows environment and need to move to Linux; we joind our Linux PCs to the AD domain with centrfy, which is likewise open, and both are easy. Every user has an home folder in the Windows AD like:
\\ourserver\profile\user_name
and share folder:
\\windowsfileserver\groupname
And we block access to the local hard disk and USB drive. Only the home folder and shared folder are accessible. What is the best way to mount the home folder which assigned in the active directory to every user and also block access to local folder and USB drive?
Thanks in advance.
net use.../persistent:yes
?) – No Time Sep 16 '14 at 04:30