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! ''' | + | ''' * Disclaimer: I did not create (write) this script, or have I tested this well. Please change any errors or omissions in these instructions! * ''' |
Line 8: | Line 8: | ||
''' 1. Install SAMBA. ''' | ''' 1. Install SAMBA. ''' | ||
− | ''' | + | '''OPEN TERMINAL with Ctrl-T if it is not already open''' |
sudo -i | sudo -i | ||
Line 15: | Line 15: | ||
apt-get install samba | apt-get install samba | ||
+ | |||
+ | ''' 2. Create Script with adhome.pl based on article above and place in /usr/bin/adhome.pl ''' |
Revision as of 14:44, 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
2. Create Script with adhome.pl based on article above and place in /usr/bin/adhome.pl