From 3f17deb1c41a6352f28b3e9f665a17b9231768e1 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 25 Jan 2013 17:49:44 +0100 Subject: ubus: add option to not authenticate ubus requests --- uhttpd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'uhttpd.h') diff --git a/uhttpd.h b/uhttpd.h index c4afee8..d6b6985 100644 --- a/uhttpd.h +++ b/uhttpd.h @@ -66,6 +66,7 @@ struct config { int max_connections; int http_keepalive; int script_timeout; + int ubus_noauth; }; struct auth_realm { -- cgit v1.2.3