Difference between revisions of "Linking to Active Directory Home Directories using CentrifyDN"
m |
m |
||
Line 1: | Line 1: | ||
'''See Article:''' http://community.centrify.com/t5/DirectControl-Express-for-UNIX/Automounting-home-directories-defined-in-AD/td-p/1044 | '''See Article:''' http://community.centrify.com/t5/DirectControl-Express-for-UNIX/Automounting-home-directories-defined-in-AD/td-p/1044 | ||
+ | |||
+ | ''' * Disclaimer: I did not create (write) this script, or have I tested this well. Please change any errors or omissions in these instructions! ''' | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ''' 1. Install SAMBA. ''' | ||
+ | |||
+ | '''open terminal with Ctrl-T if it is not already open''' | ||
+ | |||
+ | sudo -i | ||
+ | |||
+ | apt-get update | ||
+ | |||
+ | apt-get install samba |
Revision as of 14:36, 19 April 2012
See Article: http://community.centrify.com/t5/DirectControl-Express-for-UNIX/Automounting-home-directories-defined-in-AD/td-p/1044
* Disclaimer: I did not create (write) this script, or have I tested this well. Please change any errors or omissions in these instructions!
1. Install SAMBA.
open terminal with Ctrl-T if it is not already open
sudo -i
apt-get update apt-get install samba