diff options
author | Jo-Philipp Wich <jo@mein.io> | 2020-02-15 19:30:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-15 19:30:22 +0100 |
commit | 0ce6e1b90f635caa2e75467956cb951c0d141b60 (patch) | |
tree | fdb47877019e4829b381a440b6e14da8564bfc83 /applications/luci-app-samba4/htdocs/luci-static/resources | |
parent | 07f6822b66652c1a411b6796ab58cc072a6c19b8 (diff) | |
parent | 1158378f0d39ec4b6d9dc0d4f3909cb1b5d0de84 (diff) |
Merge pull request #3619 from Andy2244/luci-app-samba4_new-UCI
luci-app-samba4: add support for new UCI option
Diffstat (limited to 'applications/luci-app-samba4/htdocs/luci-static/resources')
-rw-r--r-- | applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js b/applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js index 7aface6eca..48779c91c1 100644 --- a/applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js +++ b/applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js @@ -43,6 +43,9 @@ return L.view.extend({ o = s.taboption('general', form.Flag, 'macos', _('Enable macOS compatible shares'), _('Enables Apple\'s AAPL extension globally and adds macOS compatibility options to all shares.')); + + o = s.taboption('general', form.Flag, 'allow_legacy_protocols', _('Allow legacy (insecure) protocols/authentication.'), + _('Allow legacy smb(v1)/Lanman connections, needed for older devices without smb(v2.1/3) support.')); if (stats[2].type === 'file') { s.taboption('general', form.Flag, 'disable_netbios', _('Disable Netbios')) |