|
18.
|
|
|
<emphasis>Authentication and Access</emphasis>. It is necessary to be able to establish the identity of a computer or user to determine the information the computer or user is authorized to access. Authentication and access use principles and technologies such as file permissions, group policies, and the <trademark>Kerberos</trademark> authentication service.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:63(para)
|
|
19.
|
|
|
A <phrase>Kubuntu</phrase> system can provide all such capabilities for <trademark class="registered">Windows</trademark> clients and enable sharing network resources with them. One of the principal pieces of software included in a <phrase>Kubuntu</phrase> system for <trademark class="registered">Windows</trademark> networking is the <application>Samba</application> suite of <acronym>SMB</acronym> server applications and tools.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:73(para)
|
|
20.
|
|
|
This section of the <phrase>Kubuntu</phrase> Server Guide will introduce some of the ways <application>Samba</application> is commonly used, and how to install and configure the necessary packages. Additional detailed documentation and information on <application>Samba</application> can be found on the <ulink url="http://www.samba.org"><application>Samba</application> website</ulink>.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:82(para)
|
|
21.
|
|
|
Samba File Server
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:92(title)
|
|
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:102(para)
|
|
24.
|
|
|
Installation
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:109(title) docs/sharing/C/sharing.xml:1382(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
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:117(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:120(para)
|