Аlchemist
09-09-2008, 12:33
Есть samba 3.0.28_2:
[global]
workgroup = WG
netbios name = Server
server string = Server
encrypt passwords = yes
security = share
public = yes
local master = yes
preferred master = Yes
domain logons = no
domain master = yes
wins support = yes
dns proxy = no
os level = 66
interfaces = re0
bind interfaces only = yes
hosts deny = all
hosts allow = 192.168.0. 127.
# Charset settings
unix charset = koi8-r
dos charset = 866
display charset = koi8-r
socket options = IPTOS_LOWDELAY TCP_NODELAY
log file = /var/log/samba/log.%m
[Office]
create mask = 0777
directory mask = 0777
path = /usr/local/office
browseable = yes
writable = yes
public = yes
...
В системе права на /usr/local/office:
chmod 777
chown nobody:nogroup
При создании файлов и папок в office с виндовых машин все это дело почему-то создается с правами 755.
Есть идеи?
[global]
workgroup = WG
netbios name = Server
server string = Server
encrypt passwords = yes
security = share
public = yes
local master = yes
preferred master = Yes
domain logons = no
domain master = yes
wins support = yes
dns proxy = no
os level = 66
interfaces = re0
bind interfaces only = yes
hosts deny = all
hosts allow = 192.168.0. 127.
# Charset settings
unix charset = koi8-r
dos charset = 866
display charset = koi8-r
socket options = IPTOS_LOWDELAY TCP_NODELAY
log file = /var/log/samba/log.%m
[Office]
create mask = 0777
directory mask = 0777
path = /usr/local/office
browseable = yes
writable = yes
public = yes
...
В системе права на /usr/local/office:
chmod 777
chown nobody:nogroup
При создании файлов и папок в office с виндовых машин все это дело почему-то создается с правами 755.
Есть идеи?