|
|

楼主 |
发表于 2005-7-16 09:35:57
|
显示全部楼层
[global]
username map = /etc/samba/smbusers
writeable = yes
path = /home/chmis
[global]
workgroup = WORKGROUP
server string = FileServer
client code page = 950
[chmis]
comment = mis's share files
path = /home/chmis/FileServer/MIS
write list = @mis
valid users = ding, paul, roby, wang
writeable = yes
[LCD]
comment = LCD
path = /home/chmis/FileServer/LCD
valid users = lcdfs01, lcdqc01, lcdrd01, lcdsales01
write list = @lcdqc,@lcdrd,@lcdsales
[LCDQC]
comment = LCDQC
path = /home/chmis/FileServer/LCDqc
browseable = no
valid users = lcdqc01
[LCDFS]
comment = LCDFS
path = /home/chmis/FileServer/LCDfs
browseable = no
valid users = lcdfs01
[LCDrd]
comment = LCDRD
path = /home/chmis/FileServer/LCDqc
browseable = no
valid users = lcdrd01
[LCDSALES]
comment = LCDSALES
path = /home/chmis/FileServer/LCDsales
browseable = no
valid users = lcdsales01
[exchage]
comment = exchage File Directory
path = /home/chmis/FileServer/exchage
guest ok = yes
writeable = yes
[public]
comment = read only public
path = /home/chmis/FileServer/public
guest ok = yes |
|