|
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)
|
|
222.
|
|
|
If configuring a Desktop, the user name will need to be prefixed with <emphasis role="italic">domain\</emphasis> in the graphical logon as well.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../docs/sharing/C/sharing.xml:1416(para)
|
|
223.
|
|
|
To make likewise-open use a default domain, the following statement can be added to <filename>/etc/samba/lwiauthd.conf</filename>:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../docs/sharing/C/sharing.xml:1422(para)
|
|
224.
|
|
|
winbind use default domain = yes
|
|
|
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:1518(programlisting)
|