Hi, there
I have following configuration in smb.conf
[global]
workgroup = Pipetki
server string = Server pipetok
# hosts allow = 192.168.1.
security = user
encrypt passwords = yes
smb passwd file = /etc/smbpasswd
username map = /etc/usermap
socket options = TCP_NODELAY
character set = KOI8-R
client code page = 866
restrict anonymous = yes
follow symlinks = no
[homes]
comment = Home Directories
browseable = no
writeable = yes
[tmp]
comment = Temporary files
path = /tmp
browsable = no
writable = yes
valid users = root
The trouble is all samba users can view other users home directories
and read files (including /root) and also [tmp] share.
Can anybody help me to solve this problem?