projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe40708
)
Last Minute samba hotfix
author
Steven Barth
<steven@midlink.org>
Thu, 1 Jan 2009 13:34:38 +0000
(13:34 +0000)
committer
Steven Barth
<steven@midlink.org>
Thu, 1 Jan 2009 13:34:38 +0000
(13:34 +0000)
applications/luci-samba/luasrc/model/cbi/samba.lua
patch
|
blob
|
history
diff --git
a/applications/luci-samba/luasrc/model/cbi/samba.lua
b/applications/luci-samba/luasrc/model/cbi/samba.lua
index 7ef9d239b2891057e3f8057e5a603c8581b4e692..f8959eb95aa27284c0841da81fab3138bab3cd50 100644
(file)
--- a/
applications/luci-samba/luasrc/model/cbi/samba.lua
+++ b/
applications/luci-samba/luasrc/model/cbi/samba.lua
@@
-35,10
+35,12
@@
s:option(Value, "path").titleref = luci.dispatcher.build_url("admin", "system",
s:option(Value, "users").rmempty = true
ro = s:option(Flag, "read_only")
+ro.rmempty = false
ro.enabled = "yes"
ro.disabled = "no"
go = s:option(Flag, "guest_ok")
+go.rmempty = false
go.enabled = "yes"
go.disabled = "no"
@@
-51,4
+53,4
@@
dm.rmempty = true
dm.size = 4
-return m
\ No newline at end of file
+return m