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

Re: Compartir carpetas



El 25/05/13 19:50, carlosviajes escribió:
* esta es la configuración que tengo por favor orientenme y díganme que
esta mal espero su respuesta gracias *
#
# Sample configuration file for the Samba suite for Debian GNU/Linux.

     [público]
  comment = Cosas publicas
  path = /home/público
  public = yes
  writable = yes



[publico]
comment = "Cosas públicas"
path = /home/Compartido
guest ok = yes
read only = No
inherit acls = Yes


1- Tratá de no poner acentos o eñes en los nombres de carpetas. Se suelen liar las cosas entre GNU/Linux y MS-Windows.

2- Se recomienda usar guest ok

public
This parameter is a synonym for guest ok.

guest ok (S)
If this parameter is yes for a service, then no password is required to connect to the service. Privileges will be those of the guest account.
This parameter nullifies the benefits of setting restrict anonymous = 2
See the section below on security for more information about this option.
Default: guest ok = no

3- Se recomienda usar read only

writeable (S)
Inverted synonym for read only.
Default: writeable = no

read only (S)
An inverted synonym is writeable.
If this parameter is yes, then users of a service may not create or modify files in the service's directory. Note that a printable service (printable = yes) will ALWAYS allow writing to the directory (user privileges permitting), but only via spooling operations.
Default: read only = yes

4 - Esto maneja mejor los controles de acceso en Windows.

inherit acls (S)
This parameter can be used to ensure that if default acls exist on parent directories, they are always honored when creating a new file or subdirectory in these parent directories. The default behavior is to use the unix mode specified when creating the directory. Enabling this option sets the unix mode to 0777, thus guaranteeing that default directory acls are propagated. Note that using the VFS modules acl_xattr or acl_tdb which store native Windows as meta-data will automatically turn this option on for any share for which they are loaded, as they require this option to emulate Windows ACLs correctly.
Default: inherit acls = no




http://lmgtfy.com/?q=debian+compartir+carpetas+con+samba
60.200 resultados

JAP


Reply to: