I can't log onto my samba share when passwords are activated in the avm front-end. It works as soon as it's deactivated.
I attempted to changed the password on the command line, but that didn't work either.
Here's my configuration
BTW: I can't get any kind logging to work...
I attempted to changed the password on the command line, but that didn't work either.
Here's my configuration
Code:
# cat /mod/etc/smb.conf
### global
[global]
netbios name = delaware
workgroup = XXXX
server string = %h (Samba %v)
syslog = 0
encrypt passwords = true
passdb backend = smbpasswd
obey pam restrictions = yes
socket options = TCP_NODELAY
unix charset = ISO-8859-1
preferred master = no
os level = 50
security = SHARE
guest account = ftpuser
interfaces = 10.0.1.101/255.255.255.0
bind interfaces only = yes
### expert
### default
[uStor02]
path = /var/media/ftp/uStor02
user = ftpuser
read only = no
guest ok = yes
write cache size = 65536
### shares
### fin
BTW: I can't get any kind logging to work...