|
170.
|
|
|
The simplest way to join an AD domain is to use <application>Likewise-open</application>. For detailed instructions, see <xref linkend="likewise-open"/>.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../docs/sharing/C/sharing.xml:1103(para)
|
|
171.
|
|
|
Once part of the domain, enter the following command in the terminal prompt:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:1179(para)
|
|
172.
|
|
|
sudo apt-get install samba smbfs smbclient
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:1184(command)
|
|
173.
|
|
|
Since the <application>likewise-open</application> and <application>samba</application> packages use separate <filename>secrets.tdb</filename> files, a symlink must be created in <filename role="directory">/var/lib/samba</filename>:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:1187(para)
|
|
174.
|
|
|
sudo mv /var/lib/samba/secrets.tdb /var/lib/samba/secrets.tdb.orig
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:1195(command)
|
|
175.
|
|
|
sudo ln -s /etc/samba/secrets.tdb /var/lib/samba
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:1197(command)
|
|
176.
|
|
|
Next, edit <filename>/etc/samba/smb.conf</filename> changing:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:1200(para)
|
|
177.
|
|
|
workgroup = EXAMPLE
...
security = ads
realm = EXAMPLE.COM
...
idmap backend = lwopen
idmap uid = 50-9999999999
idmap gid = 50-9999999999
|
|
|
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:1204(programlisting)
|
|
178.
|
|
|
Restart <application>samba</application> for the new settings to take effect:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:1215(para)
|
|
179.
|
|
|
It should now be possible to access any <application>Samba</application> shares from a Windows client. However, be sure to give the appropriate AD users or groups access to the share directory. See <xref linkend="samba-fileprint-security"/> for more details.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../docs/sharing/C/sharing.xml:1151(para)
|