informatica:linux:samba
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| informatica:linux:samba [2010/02/08 13:02] – creado 192.168.1.30 | informatica:linux:samba [2018/01/05 15:50] (current) – javi | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== samba ====== | + | * Funciona |
| - | samba smb nmbd | + | smbclient // |
| + | Enter XXX_informes' | ||
| - | Servidor de archivos e impresoras para clientes windows | + | * Funciona |
| - | ===== Instalación ===== | + | sudo mount -t cifs --verbose // |
| + | Password for XXX_informes@// | ||
| + | |||
| + | * NO Funciona | ||
| - | | + | /etc/cifs_credentials |
| - | + | ||
| - | Contestar las opciones marcadas a: | + | |
| - | + | ||
| - | * Grupo de trabajo | + | |
| - | * Algo relacionado con servidor DHCP | + | |
| - | + | ||
| - | ===== Creación de usuarios ===== | + | |
| - | + | ||
| - | 1. Creamos un usuario, que creo que tiene que existir en el sistema: | + | |
| - | + | ||
| - | smbpasswd -a mi_usuario | + | |
| - | + | ||
| - | 2. Introducir 2 veces la contraseña | + | |
| - | + | ||
| - | ===== Compartir directorio ===== | + | |
| - | + | ||
| - | 1. Renombrar el archivo de configuración por defecto de samba: | + | |
| - | + | ||
| - | mv /etc/samba/ | + | |
| - | + | ||
| - | 2. Crear uno limpio: | + | |
| - | + | ||
| - | nano / | + | |
| - | + | ||
| - | Con el siguiente contenido: | + | |
| < | < | ||
| - | # | + | user=XXX_informes |
| + | pass=watheverñasda | ||
| + | </ | ||
| - | [global] | + | /etc/fstab |
| - | # Change this to the workgroup/ | + | |
| - | | + | |
| - | # server string is the equivalent of the NT Description field | ||
| - | | ||
| - | |||
| - | # This will prevent nmbd to search for NetBIOS names through DNS. | ||
| - | dns proxy = no | ||
| - | |||
| - | # This tells Samba to use a separate log file for each machine | ||
| - | # that connects | ||
| - | log file = / | ||
| - | |||
| - | # Cap the size of the individual log files (in KiB). | ||
| - | max log size = 1000 | ||
| - | |||
| - | # We want Samba to log a minimum amount of information to syslog. Everything | ||
| - | # should go to / | ||
| - | # through syslog you should set the following parameter to something higher. | ||
| - | | ||
| - | |||
| - | # Do something sensible when Samba crashes: mail the admin a backtrace | ||
| - | panic action = / | ||
| - | |||
| - | # You may wish to use password encryption. | ||
| - | # ' | ||
| - | | ||
| - | |||
| - | # If you are using encrypted passwords, Samba will need to know what | ||
| - | # password database type you are using. | ||
| - | | ||
| - | |||
| - | obey pam restrictions = yes | ||
| - | |||
| - | # This boolean parameter controls whether Samba attempts to sync the Unix | ||
| - | # password with the SMB password when the encrypted SMB password in the | ||
| - | # passdb is changed. | ||
| - | unix password sync = yes | ||
| - | |||
| - | # For Unix password sync to work on a Debian GNU/Linux system, the following | ||
| - | # parameters must be set (thanks to Ian Kahan << | ||
| - | # sending the correct chat script for the passwd program in Debian Sarge). | ||
| - | | ||
| - | | ||
| - | |||
| - | # This boolean controls whether PAM will be used for password changes | ||
| - | # when requested by an SMB client instead of the program listed in | ||
| - | # ' | ||
| - | pam password change = yes | ||
| - | |||
| - | [homes] | ||
| - | | ||
| - | | ||
| - | |||
| - | # By default, the home directories are exported read-only. Change the | ||
| - | # next parameter to ' | ||
| - | read only = yes | ||
| - | |||
| - | # File creation mask is set to 0700 for security reasons. If you want to | ||
| - | # create files with group=rw permissions, | ||
| - | | ||
| - | |||
| - | # Directory creation mask is set to 0700 for security reasons. If you want to | ||
| - | # create dirs. with group=rw permissions, | ||
| - | | ||
| - | |||
| - | # By default, \\server\username shares can be connected to by anyone | ||
| - | # with access to the samba server. | ||
| - | # The following parameter makes sure that only " | ||
| - | # to \\server\username | ||
| - | # This might need tweaking when using external authentication schemes | ||
| - | valid users = %S | ||
| - | |||
| - | [public] | ||
| - | |||
| - | comment = Programas | ||
| - | browseable = yes | ||
| - | path = / | ||
| - | valid users = mi_usuario | ||
| - | read only = no | ||
| - | </ | ||
informatica/linux/samba.1265634174.txt.gz · Last modified: (external edit)
