|
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)
|
|
219.
|
|
|
After joining the domain, it is necessary to reboot before attempting to authenticate against the domain.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:1487(para)
|
|
220.
|
|
|
After successfully joining an <phrase>Kubuntu</phrase> machine to an Active Directory domain, any valid AD user can be used to authenticate. To login, the user name must be entered as 'domain\username'. For example to ssh to a server joined to the domain, enter:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../docs/sharing/C/sharing.xml:1404(para)
|
|
221.
|
|
|
ssh 'example\steve'@hostname
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:1502(command)
|