This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.
I created a fun_plug start up script named smbfix.sh to make this samba configuration change persist after reboot. The script itself is quite simple:#!/ffp/bin/sh# PROVIDE: smbfix# REQUIRE: LOGINsed -i 's/^security = USER/security = SHARE/g' /etc/samba/smb.confsmb restartFor people who are not familiar with Unix scripting, what this script does is simply replacing "security = USER" to "security = SHARE" in smb.conf file, then restart samba.To make this script work I have Fonz funplug 0.5 installed, after that really the only thing I have to do is to drop this script to /ffp/start, then make it executable (run "chmod +x smbfix.sh").
How difficult can it be to just create another user that has access to it? My media streamer has it's own user account on the NAS and it uses that. I don't see what the fuss is about.