Group-Shares

Johannes Scherbaum scherj at funkhaus.de
Thu Apr 29 11:51:46 GMT 1999


I want to make a group-share that only the members of the
group can see on their Windows-Client.
Share "Technik" as group-share for members of group
"Technik".
smb.conf as seen below:


[global]
security = user
server string = Tanze Samba mit mir (Version %v)
revalidate = yes
os level = 6
networkstation user login = yes
# browseable = yes

[test]
path = /home/test
public = yes
writeable = yes
browseable = yes


[My Home]
path = /home/%u     
public = no
writeable = yes
browseable = no %u 
create mask = 070
valid user = %H

#[supervisor]
#path = /home/supervisor
#public = no
#writeable = yes
#browseable = no
#valid users = supervisor
#create mask = 777

#[denzleru]
#path = /home/denzleru
#public = no
#writeable = yes
#browseable = no
#valid users = denzleru
#create mask = 777

#[scherj]
#path = /home/scherj
#public = no
#writeable = yes
#browseable = no
#valid users = scherj
#create mask = 777

[Technik]
path = /home/Technik
public = no %u
writeable = yes
browseable = no %g
# hosts allow = 192.168.1.8
create mask = 070
directory mode = 070
valid user = @Technik

[WeissNicht]
path =/home/WeissNicht
public = no %u
writeable = yes
browseable = no %g
create mask = 070
directory mode = 070
valid user = @WeissNicht


--------------------------------------------------
Johannes Scherbaum <scherj at funkhaus.de>





More information about the samba mailing list