|
22.
|
|
|
One of the most common ways to network <phrase>Kubuntu</phrase> and <trademark class="registered">Windows</trademark> computers is to configure <application>Samba</application> as a file server. This section covers setting up a <application>Samba</application> server to share files with <trademark class="registered">Windows</trademark> clients.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:94(para)
|
|
23.
|
|
|
The server will be configured to share files with any client on the network without prompting for a password. If the environment requires stricter access controls, see <xref linkend="samba-fileprint-security"/>.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:84(para)
|
|
24.
|
|
|
Installation
|
|
|
|
Asentaminen
|
|
Translated and reviewed by
Timo Jyrinki
|
|
|
|
Located in
docs/sharing/C/sharing.xml:91(title) docs/sharing/C/sharing.xml:1138(title)
|
|
25.
|
|
|
The first step is to install the <application>samba</application> package. From a terminal prompt, enter:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:111(para)
|
|
26.
|
|
|
sudo apt-get install samba
|
|
|
|
sudo apt-get install samba
|
|
Translated and reviewed by
Timo Jyrinki
|
|
|
|
Located in
docs/sharing/C/sharing.xml:97(command)
|
|
27.
|
|
|
That's all there is to it. <application>Samba</application> is ready to be configured for file sharing.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:99(para)
|
|
28.
|
|
|
Configuration
|
|
|
|
Asetukset
|
|
Translated and reviewed by
Timo Jyrinki
|
|
|
|
Located in
docs/sharing/C/sharing.xml:106(title)
|
|
29.
|
|
|
The main <application>Samba</application> configuration file is located in <filename>/etc/samba/smb.conf</filename>. The default configuration file has a significant number of comments in order to document various configuration directives.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:107(para)
|
|
30.
|
|
|
Not all of the available options are included in the default configuration file. See the <filename>smb.conf</filename><application>man</application> page or the <ulink url="http://samba.org/samba/docs/man/Samba-HOWTO-Collection/"><application>Samba</application> HOWTO Collection</ulink> for more details.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:136(para)
|
|
31.
|
|
|
Edit the following key/value pairs in the <emphasis>[global]</emphasis> section of <filename>/etc/samba/smb.conf</filename>:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:123(para)
|