|
9.
|
|
|
<emphasis role="bold">Directory Services</emphasis>. Sharing vital information about the computers and users of the network with such technologies as the Lightweight Directory Access Protocol (LDAP) and Microsoft <trademark class="registered">Active Directory</trademark>.
|
|
|
|
<emphasis role="bold">Servizi di directory</emphasis>. Condivisione di informazioni vitali sui computer e sugli utenti della rete con l'uso di tecnologie come LDAP (Lightweight Directory Access Protocol) e Microsoft <trademark class="registered">Active Directory</trademark>.
|
|
Translated and reviewed by
Luca Ferretti
|
|
|
|
Located in
serverguide/C/windows-networking.xml:41(para)
|
|
10.
|
|
|
<emphasis role="bold">Authentication and Access</emphasis>. Establishing the identity of a computer or user of the network and determining the information the computer or user is authorized to access using such principles and technologies as file permissions, group policies, and the Kerberos authentication service.
|
|
|
|
<emphasis role="bold">Autenticazione e accesso</emphasis>. Stabilire l'identità del computer o dell'utente della rete e determinare quali risorse siano accessibili al computer o all'utente tramite i permessi e i privilegi, utilizzando permessi dei file, politiche di gruppo e il servizio di autenticazione Kerberos.
|
|
Translated and reviewed by
Milo Casagrande
|
|
|
|
Located in
serverguide/C/windows-networking.xml:48(para)
|
|
11.
|
|
|
Fortunately, your Ubuntu system may provide all such facilities to Windows clients and share network resources among them. One of the principal pieces of software your Ubuntu system includes for Windows networking is the Samba suite of SMB server applications and tools.
|
|
|
|
Fortunatamente, i sistemi Ubuntu sono in grado di fornire queste funzionalità ai client Windows, permettendo la condivisione di risorse di rete. Uno dei componenti software principali, incluso nei sistemi Ubuntu per le operazioni di rete con Windows, è la suite SAMBA, che comprende strumenti e applicazioni per server SMB.
|
|
Translated and reviewed by
Milo Casagrande
|
|
|
|
Located in
serverguide/C/windows-networking.xml:56(para)
|
|
12.
|
|
|
This section of the <phrase>Ubuntu</phrase> Server Guide will introduce some of the common Samba use cases, and how to install and configure the necessary packages. Additional detailed documentation and information on Samba can be found on the <ulink url="http://www.samba.org">Samba website</ulink>.
|
|
|
|
Questa sezione della guida server di <phrase>Ubuntu</phrase> è un'introduzione all'uso di Samba e a come installare e configurare i pacchetti necessari. Per maggiori informazioni e documentazione su Samba, consultare il <ulink url="http://www.samba.org">sito web di Samba</ulink>.
|
|
Translated and reviewed by
Milo Casagrande
|
|
|
|
Located in
serverguide/C/windows-networking.xml:62(para)
|
|
13.
|
|
|
Samba File Server
|
|
|
|
Server di file Samba
|
|
Translated and reviewed by
Milo Casagrande
|
|
|
|
Located in
serverguide/C/windows-networking.xml:70(title)
|
|
14.
|
|
|
One of the most common ways to network Ubuntu and Windows computers is to configure Samba as a File Server. This section covers setting up a <application>Samba</application> server to share files with Windows clients.
|
|
|
|
Una delle opzioni più comuni per mettere in comunicazione computer con Ubuntu e Windows, è quella di configurare Samba come server di file. Questa sezione spiega come configurare un server <application>Samba</application> per la condivisione di file con client Windows.
|
|
Translated and reviewed by
Milo Casagrande
|
|
|
|
Located in
serverguide/C/windows-networking.xml:72(para)
|
|
15.
|
|
|
The server will be configured to share files with any client on the network without prompting for a password. If your environment requires stricter Access Controls see <xref linkend="samba-fileprint-security"/>
|
|
|
|
Il server viene configurato per condividere file con qualsiasi client nella rete senza dover usare una password. Se all'interno del proprio ambiente di lavoro è richiesto un maggior controllo sugli accessi, consultare <xref linkend="samba-fileprint-security"/>
|
|
Translated and reviewed by
Milo Casagrande
|
|
|
|
Located in
serverguide/C/windows-networking.xml:77(para)
|
|
16.
|
|
|
Installation
|
|
|
|
Installazione
|
|
Translated and reviewed by
Roberto Di Girolamo
|
|
|
|
Located in
serverguide/C/windows-networking.xml:83(title) serverguide/C/windows-networking.xml:288(title) serverguide/C/windows-networking.xml:1317(title) serverguide/C/web-servers.xml:41(title) serverguide/C/web-servers.xml:675(title) serverguide/C/web-servers.xml:816(title) serverguide/C/web-servers.xml:940(title) serverguide/C/vpn.xml:33(title) serverguide/C/virtualization.xml:62(title) serverguide/C/virtualization.xml:2014(title) serverguide/C/vcs.xml:28(title) serverguide/C/vcs.xml:86(title) serverguide/C/vcs.xml:405(title) serverguide/C/remote-administration.xml:52(title) serverguide/C/remote-administration.xml:233(title) serverguide/C/network-config.xml:937(title) serverguide/C/network-auth.xml:52(title) serverguide/C/network-auth.xml:1590(title) serverguide/C/network-auth.xml:2102(title) serverguide/C/network-auth.xml:2493(title) serverguide/C/monitoring.xml:42(title) serverguide/C/monitoring.xml:428(title) serverguide/C/mail.xml:40(title) serverguide/C/mail.xml:496(title) serverguide/C/mail.xml:674(title) serverguide/C/mail.xml:823(title) serverguide/C/mail.xml:1315(title) serverguide/C/lamp-applications.xml:108(title) serverguide/C/lamp-applications.xml:287(title) serverguide/C/lamp-applications.xml:423(title) serverguide/C/installation.xml:13(title) serverguide/C/installation.xml:957(title) serverguide/C/file-server.xml:347(title) serverguide/C/file-server.xml:462(title) serverguide/C/dns.xml:23(title) serverguide/C/databases.xml:40(title) serverguide/C/databases.xml:164(title) serverguide/C/chat.xml:37(title) serverguide/C/chat.xml:141(title) serverguide/C/backups.xml:593(title)
|
|
17.
|
|
|
The first step is to install the <application>samba</application> package. From a terminal prompt enter:
|
|
|
|
Per prima cosa installare il pacchetto <application>samba</application>. Alla riga di comando, digitare:
|
|
Translated and reviewed by
Milo Casagrande
|
|
|
|
Located in
serverguide/C/windows-networking.xml:85(para)
|
|
18.
|
|
|
sudo apt-get install samba
|
|
|
|
sudo apt-get install samba
|
|
Translated by
gnuckx
|
|
Reviewed by
Maurizio Moriconi
|
|
|
|
Located in
serverguide/C/windows-networking.xml:90(command) serverguide/C/windows-networking.xml:300(command)
|