Re: [Samba] Set Samba share permissions...

2005-03-30 Thread su99ort
The question is: how to make so that only the using direction has
access to all the sharings and excessively only to its proper ones?
Use group security like:
[share1]
comment = Share1
path = /srv/samba/share1
valid users = @group1
write list = @group1
force group = @group1
read only = No
force create mode = 0770
force directory mode = 0770
This will give group1 Full access to R/W to the shares... and it will 
force the owner group to be group1.

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Set Samba share permissions...

2005-03-29 Thread Hernani Donato
Hi!

I'm relatively new in the Linux world.

I use Mandrake 9,1 and I have the following doubt in relation to the
Samba: I have the following sharings:

[home]
read only = yes
available = no
browseable = no

[diretoria]
path = /home/diretoria
browseable = yes
read only = no

[pessoal]
path = /home/pessoal
browseable = yes
read only = no

[vendas]
path = /home/vendas
browseable = yes
read only = no

The question is: how to make so that only the using direction has
access to all the sharings and excessively only to its proper ones?

In the global section of my smb.conf file, I have guest account = nobody

ThanX
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba