[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Autentificar usuarios en Samba para carpetas diferentes



Copio y pego de mi smb.conf

[homes]
   comment = Home Directories
   browseable = no

# By default, the home directories are exported read-only. Change next
# parameter to 'yes' if you want to be able to write to them.
   writable = yes

# File creation mask is set to 0700 for security reasons. If you want to
# create files with group=rw permissions, set next parameter to 0775.
   create mask = 0700

# Directory creation mask is set to 0700 for security reasons. If you want to
# create dirs. with group=rw permissions, set next parameter to 0775.
   directory mask = 0700

# Restrict access to home directories
# to the one of the authenticated user

# This might need tweaking when using external authentication schemes
   valid users = %S

La parte en negrita es para que los usuarios sólo puedan acceder a su home directory. Una vez creados los usuarios en el propio sistema, los creas también en samba con:
smbpasswd -a <username>

El prompt te pedirá la pass y su correspondiente verificación.

El día 30 de junio de 2008 15:20, Rafael Pérez Saborit <rafael@dmerc.dpegr.rimed.cu> escribió:
Hola Listeros...
Como Podría  en samba  en un servidor samba  habilitar cuentas de usuarios para carpetas diferentes, Para que cada usuario acceda solo la carpeta correspondiente.
Carezco de Internet y de manuales.... podrían ser específicos con sus respuestas...
Gracias de antemano.


_______________________________
Servicio de E-MAIL
Dirección Municipal de Educación
Río Cauto - Granma - Cuba




--
To UNSUBSCRIBE, email to debian-user-spanish-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: