|
84.
|
|
|
read list = @qa
write list = @sysadmin, vincent
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
read list = @qa
write list = @sysadmin, vincent
|
|
Translated and reviewed by
Adolfo Jayme Barrientos
|
|
|
|
Located in
docs/sharing/C/sharing.xml:517(programlisting)
|
|
85.
|
|
|
Another possible Samba permission is to declare <emphasis>administrative</emphasis> permissions to a particular shared resource. Users having administrative permissions may read, write, or modify any information contained in the resource where the user has been given explicit administrative permissions.
|
|
|
|
Otro permiso posible de Samba consiste en declarar permisos <emphasis>administrativos</emphasis> a un recurso compartido concreto. Los usuarios que tienen permisos administrativos pueden leer, escribir o modificar cualquier información contenida en el recurso done al usuario se le hayan otorgado permisos administrativos explícitos.
|
|
Translated and reviewed by
Adolfo Jayme Barrientos
|
|
|
|
Located in
../docs/sharing/C/sharing.xml:491(para)
|
|
86.
|
|
|
For example, to give the user <emphasis role="italic">melissa</emphasis> administrative permissions to the <emphasis role="italic">share</emphasis> example, the <filename>/etc/samba/smb.conf</filename> file would be edited to add the following line under the <emphasis>[share]</emphasis> entry:
|
|
|
|
Por ejemplo, para otorgar al usuario <emphasis role="italic">melissa</emphasis> permisos administrativos para el ejemplo <emphasis role="italic">share</emphasis>, habría que editar el archivo <filename>/etc/samba/smb.conf</filename> para añadirle la siguiente línea debajo de la entrada <emphasis>[share]</emphasis>:
|
|
Translated and reviewed by
Adolfo Jayme Barrientos
|
|
|
|
Located in
docs/sharing/C/sharing.xml:530(para)
|
|
87.
|
|
|
admin users = melissa
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
admin users = melissa
|
|
Translated and reviewed by
Adolfo Jayme Barrientos
|
|
|
|
Located in
docs/sharing/C/sharing.xml:537(programlisting)
|
|
88.
|
|
|
After editing <filename>/etc/samba/smb.conf</filename>, restart Samba for the changes to take effect:
|
|
|
|
Después de editar <filename>/etc/samba/smb.conf</filename>, reinicie Samba para que los cambios tengan efecto:
|
|
Translated and reviewed by
Adolfo Jayme Barrientos
|
|
|
|
Located in
../docs/sharing/C/sharing.xml:510(para)
|
|
89.
|
|
|
For the <emphasis>read list</emphasis> and <emphasis>write list</emphasis> to work the Samba security mode must <emphasis>not</emphasis> be set to <emphasis role="italic">security = share</emphasis>
|
|
|
|
Para que <emphasis>read list</emphasis> y <emphasis>write list</emphasis> funcionen, el modo de seguridad de Samba <emphasis>no</emphasis> debe estar establecido a <emphasis role="italic">security = share</emphasis>.
|
|
Translated and reviewed by
Adolfo Jayme Barrientos
|
|
|
|
Located in
../docs/sharing/C/sharing.xml:519(para)
|
|
90.
|
|
|
Now that Samba has been configured to limit which groups have access to the shared directory, the filesystem permissions need to be updated.
|
|
|
|
Ahora que Samba ha sido configurado para limitar qué grupos tienen acceso al directorio compartido, se necesitan actualizar los permisos del sistema de archivos.
|
|
Translated and reviewed by
Adolfo Jayme Barrientos
|
|
|
|
Located in
../docs/sharing/C/sharing.xml:526(para)
|
|
91.
|
|
|
Traditional Linux file permissions do not map well to Windows NT Access Control Lists (ACLs). Fortunately POSIX ACLs are available on <phrase>Kubuntu</phrase> servers providing more fine grained control. For example, to enable ACLs on <filename>/srv</filename> an EXT3 filesystem, edit <filename>/etc/fstab</filename> adding the <emphasis>acl</emphasis> option:
|
|
|
|
Los permisos tradicionales sobre archivos de Linux no se corresponden bien con las listas de control de acceso (ACL) de Windows NT. Afortundamente, los servidores <phrase>Kubuntu</phrase> permiten utilizar listas de control de acceso POSIX que proporcionan un control más detallado. Por ejemplo, para habilitar las listas de control de acceso en <filename>/srv</filename>, un sistema de archivos EXT3, edite <filename>/etc/fstab</filename> para añadirle la opción <emphasis>acl</emphasis>:
|
|
Translated and reviewed by
Adolfo Jayme Barrientos
|
|
|
|
Located in
../docs/sharing/C/sharing.xml:531(para)
|
|
92.
|
|
|
UUID=66bcdd2e-8861-4fb0-b7e4-e61c569fe17d /srv ext3 noatime,relatime,acl 0
1
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
UUID=66bcdd2e-8861-4fb0-b7e4-e61c569fe17d /srv ext3 noatime,relatime,acl 0
1
|
|
Translated and reviewed by
Adolfo Jayme Barrientos
|
|
|
|
Located in
docs/sharing/C/sharing.xml:575(programlisting)
|
|
93.
|
|
|
Then remount the partition:
|
|
|
|
Ahora vuelva a montar la partición:
|
|
Translated and reviewed by
Adolfo Jayme Barrientos
|
|
|
|
Located in
docs/sharing/C/sharing.xml:580(para)
|