summaryrefslogtreecommitdiffstats
path: root/src/authdb.h
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2011-09-01 15:13:24 +0300
committerTimo Teräs <timo.teras@iki.fi>2011-09-01 15:14:27 +0300
commiteafaf02a07ea8436d195805bba57a25dc6b9e26b (patch)
treedf3acec78429955708c6c4495eaeeddf6a999520 /src/authdb.h
parent604378a88fc348718b01e5ce8a3a77cf976a7065 (diff)
downloadsquark-eafaf02a07ea8436d195805bba57a25dc6b9e26b.tar.bz2
squark-eafaf02a07ea8436d195805bba57a25dc6b9e26b.tar.xz
filter: option to allow automatic anonymous login
so no captive portal, snmp or squid authentication is required. fixes #737.
Diffstat (limited to 'src/authdb.h')
-rw-r--r--src/authdb.h1
1 files changed, 1 insertions, 0 deletions
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 {