|
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)
|
|
180.
|
|
|
Accessing a Windows Share
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:1234(title)
|
|
181.
|
|
|
Now that the Samba server is part of the Active Directory domain, any Windows server shares can be accessed:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../docs/sharing/C/sharing.xml:1164(para)
|
|
182.
|
|
|
To mount a Windows file share, enter the following in a terminal prompt:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../docs/sharing/C/sharing.xml:1172(para)
|