|
|
SELINUX没装,也就不用关了
rpc协议刚刚安上去
在XP下还是无权访问我的gentoo共享目录
这是我的/etc/samba/smb.conf
[global]
netbios name = SMBServer
server string = gentoo samba
hosts allow = 222.27.252.198
smb passwd file = /etc/samba/smbpasswd
security = share
map to guest = Bad User
restrict anonymous = no
paranoid server security = no
null passwords = yes
domain master = no
preferred master = no
passwd chat timeout = 10
max protocol = NT
acl compatibility = winnt
ldap ssl = No
server signing = Auto
lanman auth = no
client plaintext auth = no
client lanman auth = no
ntlm auth = no
client use spnego = no
use spnego = no
[tmp]
path = /mnt/data/tmp
read only = no
guest ok = yes
[work]
comment = wzl
path = /mnt/data/work
create mask = 0664
directory mask = 0775
read only = no
valid users = wzl |
|