|
209.
|
|
|
Joining a Domain
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:1426(title)
|
|
210.
|
|
|
The main executable file of the <application>likewise-open</application> package is <filename>/usr/bin/domainjoin-cli</filename>, which is used to join a computer to the domain. Before joining a domain, the following are needed:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:1428(para)
|
|
211.
|
|
|
Access to an Active Directory user with appropriate rights to join the domain.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../docs/sharing/C/sharing.xml:1351(para)
|
|
212.
|
|
|
The <emphasis>Fully Qualified Domain Name</emphasis> (FQDN) of the domain being joined. If the AD domain does not match a valid domain such as <emphasis role="italic">example.com</emphasis>, it is likely that it is in the form of <emphasis>domainname.local</emphasis>.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../docs/sharing/C/sharing.xml:1356(para)
|
|
213.
|
|
|
DNS for the domain set up properly. In a production AD environment, this is typically the case. Proper Microsoft DNS is needed so that client workstations can determine that the Active Directory domain is available.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../docs/sharing/C/sharing.xml:1364(para)
|
|
214.
|
|
|
If there is not a Windows DNS server on the network, see <xref linkend="likewise-open-ms-dns"/> for details.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../docs/sharing/C/sharing.xml:1369(para)
|
|
215.
|
|
|
To join a domain, from a terminal prompt enter:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:1466(para)
|
|
216.
|
|
|
sudo domainjoin-cli join example.com Administrator
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:1471(command)
|
|
217.
|
|
|
Replace <emphasis>example.com</emphasis> with the proper domain name, and <emphasis>Administrator</emphasis> with the appropriate user name.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:1475(para)
|
|
218.
|
|
|
There will be a prompt for the user's password. If all goes well, a <emphasis>SUCCESS</emphasis> message should be printed to the console.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:1481(para)
|