И ещё проблема, самба в режиме user замечательно аторизует из под линкса но в упор не хочет авторизовывать из под виндоус, с чем это может быть связано? Вот мой конфиг
/usr/local/etc/smb.conf
============================================================
[global]
# workgroup = NT-Domain-Name or Workgroup-Name, eg: MIDEARTH
workgroup = APNETIX
# server string is the equivalent of the NT Description field
server string = APNETIX SMB Server
# Security mode. Defines in which mode Samba will operate. Possible
# values are share, user, server, domain and ads. Most people will want
# user level security. See the Samba-HOWTO-Collection for details.
security = user
encrypt passwords = yes
max log size = 100
case sensitive = no
hosts allow = 192.168.100.
socket options = TCP_NODELAY
interfaces = 192.168.100.5/24
# charset settings
dos charset = cp866
unix charset = koi8-r
#============================ Share Definitions ==============================
[Company]
comment = Company comon folders
path = /usr/local/Common
browseable = yes
writable = yes
public = no
read only = no
user = user11