Temat: Gargoyle vsftp i samba
Witam,
mam problem, czy kto by mi mógł pomóc w konfiguracji vsftp, tak abym mógł łączyć podać swój login i hasło ?
Tak samo chodzi o sambe.
Póki co sambe ustawiłem tak, że udział (siec) się pokazuje, ale hasło nie działa, użytkownik, którego założyłem to "jan"
Dzięki


root@Router:/mnt/sda1# cat /etc/samba/smb.conf
[global]
netbios name = openwrt
display charset = UTF-8
interfaces = 127.0.0.1/8 lo 192.168.1.1/24 fdac:7c06:ad13::1/60 br-lan
server string = OpenWrt serwer
unix charset = UTF-8
workgroup = WORKGROUP
browseable = yes
deadtime = 30
domain master = yes
encrypt passwords = true
enable core files = no
guest account = nobody
guest ok = yes
local master = yes
load printers = no
map to guest = Bad User
max protocol = SMB2
min receivefile size = 16384
null passwords = yes
obey pam restrictions = yes
os level = 20
passdb backend = smbpasswd
preferred master = yes
printable = no
security = user
smb encrypt = disabled
smb passwd file = /etc/samba/smbpasswd
socket options = TCP_NODELAY IPTOS_LOWDELAY
syslog = 2
use sendfile = yes
writeable = yes
[siec]
path = /mnt/sda1/siec
valid users = jan
write list = jan
read only = no
guest ok = no
create mask = 0700
directory mask = 0700root@Router:/mnt/sda1# cat /etc/config/samba
config samba
option name 'openwrt'
option workgroup 'WORKGROUP'
option description 'OpenWrt serwer'
option charset 'UTF-8'
option homes '0'
config sambashare
option name 'siec'
option path '/mnt/sda1/siec'
option read_only 'no'
option create_mask '0700'
option dir_mask '0700'
option guest_ok 'no'
option users 'jan'