First step: Install likewise in Ubuntu 8.04:
sudo aptitude install Likewise-open-gui
Of course, you can also search for "Likewise-open-gui" in "Add/Remove Programs" or "New Stand" for installation.
Step two: Add Ubuntu to the Active Directory:
execution, application-network-likewise
Two things need to be identified:
1, the name of the domain
&http://www.aliyun.com/zixun/aggregation/37954.html ">NBSP;
2, domain administrator's account number and password
Typing the above two information, click "Join Domain".
And please log off the system.
/home/domain/username the domain login information that holds the user.
Using Command Line
sudo domainjoin-cli join Fqdn.of.your.domain Administrator
sudo update-rc.d likewise-open defaults
Sudo/etc/init.d/likewise-open start
You can now log into your machine using your Domain\User credentials. Remember that the domain\
Part is mandatory and this it represents the short name of your Active Directory domain. You can join
The domain using any user with sufficient privileges (there's no need to-use Administrator) and can
Evan directly join the PC in a particular OU passing the–ou argument to DOMAINJOIN-CLI.
To exit from a domain:
sudo domainjoin-cli leave
Allow AD administrators to be an Ubuntu administrator:
sudo visudo
Add this line of information:
%yourdomainname\\domain^admins all= (All)
Save and exit. OKAY.