* fix reload/restart not applying luci/smb.conf changes * remove hotfix for 'read only = no' (fixed by upstream) * update documentation, example *cifsd: fix the lost of dos file attributes *cifsd: store FILE_ATTRIBUTE_SPARSE into xattr *cifsd: release v2.0.2 *cifsd-tools: add smb.conf.list file to show supported parameters list *cifsd-tools: set CIFSD_SHARE_FLAG_WRITEABLE flags if read only = no *cifsd-tools: release cifsd-tools v2.0.2 Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
11 lines
235 B
Text
11 lines
235 B
Text
config globals
|
|
option 'description' 'Cifsd on OpenWrt'
|
|
|
|
config share
|
|
option name 'testshare'
|
|
option path '/tmp'
|
|
option read_only 'no'
|
|
option guest_ok 'yes'
|
|
option create_mask '0666'
|
|
option dir_mask '0777'
|
|
option force_root '1'
|