From 91b977cc739cbf7cedae88b82c3ffd466ecedb4e Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Tue, 26 Aug 2014 19:47:45 +0300 Subject: Update MCC docs --- docs/mcc-help/es/draksambashare.xml | 254 ++++++++++++++++++++++++++++++++++++ 1 file changed, 254 insertions(+) create mode 100644 docs/mcc-help/es/draksambashare.xml (limited to 'docs/mcc-help/es/draksambashare.xml') diff --git a/docs/mcc-help/es/draksambashare.xml b/docs/mcc-help/es/draksambashare.xml new file mode 100644 index 00000000..c5ef964f --- /dev/null +++ b/docs/mcc-help/es/draksambashare.xml @@ -0,0 +1,254 @@ + +
+ + Compartir discos y directorios utilizando Samba + + draksambashare + + + + + + + + + + +
+ Introducción + + Samba es un protocolo usando en varios sistemas operativos para compartir +recursos tales como directorios o impresoras. Esta herramienta permite +configurar la máquina como un servidor Samba usando el protocolo +SMB/CIFS. Este protocolo se usa también en Windows (R) y estaciones de +trabajo con este sistema operativo pueden acceder a los recursos del +servidor Samba. +
+ +
+ Preparación + + To be accessed from other workstations, the server has to have a fixed IP +address. This can be specified directly on the server, for example with +, or at the DHCP server which identifies +the station with its MAC-address and give it always the same address. The +firewall has also to allow the incoming requests to the Samba server. + + +
+ +
+ Wizard - Standalone server + + At the first run, the tools + Puede iniciar esta herramienta como superusuario desde la línea de comando, +escribiendo draksambashare. + checks if +needed packages are installed and proposes to install them if they are not +yet present. Then the wizard to configure the Samba server is launched. + + + + + + + + En la siguiente ventana, la opción de configuración del servidor Standalone +está seleccionada. + + + + + + + + Then specify the name of the workgroup. This name should be the same for the +access to the shared resources. + + The netbios name is the name which will be used to designate the server on +the network. + + + + + + + + Elija el nivel de seguridad: + + + + user: the client must be authorized to access the +resource + + + + share: the client authenticates itself separately for +each share + + + + You can specify which hosts are allowed to access the resources, with IP +address or host name. + + + + + + + + Especifique la pancarta del servidor. La pancarta es la forma en que este +servidor será descrito en las estaciones de trabajo Windows. + + + + + + + + The place where Samba can log information can be specified at the next step. + + + + + + + + The wizard displays a list of the chosen parameters before you accept the +configuration. When accepted, the configuration will be written in +/etc/samba/smb.conf. + + + + + + +
+ +
+ Wizard - Primary domain controller + + + + + + If the "Primary domain controller" +option is selected, the wizard asks for indication if Wins is to support or +not and to provide admin users names. The following steps are then the same +as for standalone server, except you can choose also the security mode: + + + + domain: provee un mecanismo para almacenar todas las +cuentas de usuario y grupo en un repositorio de cuentas central +compartido. El repositorio de cuentas centralizado es compartido entre los +controladores (de seguridad) del dominio. + + +
+ +
+ Declare un directorio a compartir + + With the Add button, we get: + + + + + + + + A new entry is thus added. It can be modified with the +Modify button. Options can be edited, such as whether +the directory is visible to the public, writable or browseable. The share +name can not be modified. + + + + + + + + +
+ +
+ Entradas de menú + + When the list has at least one entry, menu entries can be used. + + + File|Write conf + + Guardar la configuración actual en /etc/samba/smb.conf. + + + + Servidor de Samba|Configurar + + Se puede ejecutar el asistente de nuevo con esta orden. + + + + Samba server|Restart + + El servidor se ha parado y reiniciado con los ficheros de configuración +actuales. + + + + Samba Server|Reload + + La configuración mostrada se recarga desde los ficheros de configuración +actuales. + +
+ +
+ Compartir impresora + + Samba tambien le permite compartir impresoras + + + + + + +
+ +
+ Usuarios de Samba + + In this tab, you can add users who are allowed to access the shared +resources when authentication is required. You can add users from + + + + +
+
-- cgit v1.2.1