Slackware 12, samba v3.0.25b
Вот smb.conf:
__________________________________________
[global]
unix charset = utf8
dos charset = 866
security = share
hosts allow = 192.168.0. 127.
local master = yes
os level = 33
wins support = yes
dns proxy = no
restrict anonymous = no
domain master = no
preferred master = no
workgroup = Londa
server string = Yo bitch!
max protocol = NT
acl compatibility = winnt
ldap ssl = No
server signing = Auto
#============================ Share Definitions ==============================
[homes]
comment = Home Directories
browseable = no
read only = no
[archive]
path=/home/archive
valid users = archive
browseable = yes
public = yes
writable = yes
create mask = 0500
directory mask = 0700
case sensitive = no
_______________________________________________
Вот, что в логах:
[2008/01/21 14:41:23, 0] smbd/password.c:authorise_login(822)
authorise_login: rejected invalid user archive
[2008/01/21 14:41:28, 1] smbd/service.c:close_cnum(1230)
192.168.0.21 (192.168.0.21) closed connection to service archive
[2008/01/21 14:57:12, 0] smbd/negprot.c:reply_nt1(317)
reply_nt1: smb signing is incompatible with share level security !
Подскажите, куда посмотреть, что покопать?