summaryrefslogtreecommitdiffstats
path: root/net/cifsd-tools/files/cifsd.config.example
blob: d0ffa5b466e123e7911be71b42c46c8b8afbff75 (plain)
1
2
3
4
5
6
7
8
9
10
11
config globals
	option 'description'	'Cifsd on OpenWrt'

config share
	option name 'testshare'
	option path '/tmp'
	option guest_ok 'yes'
	option create_mask '0666'
	option dir_mask '0777'
	option writeable 'yes'
	option force_root '1'