來源:互聯網
上載者:User
關鍵字
nbsp;
join
加入
user
name
第一步:在ubuntu 8.04中安裝likewise:
sudo aptitude install likewise-open-gui
當然你也可以在「添加/刪除程式」或者「新立得」裡面搜索「likewise-open-gui「進行安裝。
第二步:添加ubuntu到活動目錄:
執行,應用程式-網路-likewise
需要確定兩件事情:
1,域的名稱
&HTTP://www.aliyun.com/zixun/aggregation/37954.html">nbsp;
2,域管理員的帳號和密碼
敲入上述兩項資訊,點擊」join domain「。
並請登出一下系統。
/home/DOMAIN/username存放了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 that 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 you can
even directly join the PC in a particular OU passing the –ou argument to domainjoin-cli.
從域裡面退出:
sudo domainjoin-cli leave
允許AD管理員為ubuntu管理員:
sudo visudo
加入這一行資訊:
%YOURDOMAINNAME\\domain^admins ALL=(ALL) ALL
保存並退出。 OKAY。