diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-01-25 17:49:44 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-01-25 17:49:44 +0100 |
commit | 3f17deb1c41a6352f28b3e9f665a17b9231768e1 (patch) | |
tree | e010f745a685cabfe74c4047d88cc4d74bc8062a /uhttpd.h | |
parent | eb098bcfb6b8ee61cb6ce164aea7f847ffa30dcb (diff) |
ubus: add option to not authenticate ubus requests
Diffstat (limited to 'uhttpd.h')
-rw-r--r-- | uhttpd.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -66,6 +66,7 @@ struct config { int max_connections; int http_keepalive; int script_timeout; + int ubus_noauth; }; struct auth_realm { |