|
239.
|
|
|
For more information when joining a domain, use the <emphasis>--loglevel verbose</emphasis> or <emphasis>--advanced</emphasis> option of the <application>domainjoin-cli</application> utility:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:1603(para)
|
|
240.
|
|
|
sudo domainjoin-cli --loglevel verbose join example.com Administrator
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:1610(command)
|
|
241.
|
|
|
If an Active Directory user has trouble logging in, check the <filename>/var/log/auth.log</filename> for details.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../docs/sharing/C/sharing.xml:1519(para)
|
|
242.
|
|
|
When joining an <phrase>Kubuntu</phrase> Desktop workstation to a domain, it may be necessary to edit <filename>/etc/nsswitch.conf</filename> if the AD domain uses the <emphasis role="italic">.local</emphasis> syntax. In order to join the domain, the <emphasis>"mdns4"</emphasis> entry should be removed from the <emphasis>hosts</emphasis> option. For example:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../docs/sharing/C/sharing.xml:1524(para)
|
|
243.
|
|
|
hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:1630(programlisting)
|
|
244.
|
|
|
Change the above to:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:1634(para)
|
|
245.
|
|
|
hosts: files dns [NOTFOUND=return]
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:1638(programlisting)
|
|
246.
|
|
|
Then restart networking by entering:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:1642(para)
|
|
247.
|
|
|
sudo /etc/init.d/networking restart
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:1647(command)
|
|
248.
|
|
|
It should now be possible to join the Active Directory domain.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../docs/sharing/C/sharing.xml:1552(para)
|