From eafaf02a07ea8436d195805bba57a25dc6b9e26b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Thu, 1 Sep 2011 15:13:24 +0300 Subject: filter: option to allow automatic anonymous login so no captive portal, snmp or squid authentication is required. fixes #737. --- src/authdb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/authdb.h') diff --git a/src/authdb.h b/src/authdb.h index 562ed17..5c6c53d 100644 --- a/src/authdb.h +++ b/src/authdb.h @@ -19,6 +19,7 @@ struct authdb_config { uint64_t hard_block_categories; blob_t redirect_url_base; unsigned int logout_timeout; + int require_auth; }; struct authdb { -- cgit v1.2.3