I install Samba on OpenWrt Asus Wl-500gP and it works fine:).
Below my config:
[global]
syslog = 0
syslog only = yes
workgroup = WORKGROUP
server string = OpenWrt Samba Server
security = share
encrypt passwords = yes
guest account = nobody
local master = yes
name resolve order = lmhosts hosts bcast
[ASUS HDD]
comment = /hdd/download/completed
path = /hdd/download/completed
browseable = yes
public = yes
writeable = yes
guest ok = yes
I added user to file "passwd" and and group to "group". Now I have access to Samba share in Windows environment I can add, copy, delete in /hdd/dowload/completed folder, bus if I create another folder inside (/hdd/dowload/completed) in example /hdd/download/completed/XXX I do not have permission to do something in this folder (copy, past, delete) and the same situation is with all created folders in main shared folder (/hdd/dowload/completed) and files in this folders
Please help
(Last edited by natash on 28 Aug 2007, 21:25)
