|
236.
|
|
|
Troubleshooting
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:1587(title)
|
|
237.
|
|
|
If the client has trouble joining the domain, check that the Microsoft DNS is listed first in <filename>/etc/resolv.conf</filename>. For example:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../docs/sharing/C/sharing.xml:1498(para)
|
|
238.
|
|
|
nameserver 192.168.0.1
|
|
|
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:1598(programlisting)
|
|
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)
|