From 2f88084f42f00d5352c1c86a833438521d59a0c8 Mon Sep 17 00:00:00 2001 From: Rob White Date: Mon, 25 Aug 2025 09:21:29 +0100 Subject: [PATCH] Add - updated defaults for fasport and login_option_enabled Signed-off-by: Rob White --- src/conf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/conf.h b/src/conf.h index f40597e..63c7ff3 100644 --- a/src/conf.h +++ b/src/conf.h @@ -62,8 +62,8 @@ #define DEFAULT_STATUSPATH "/usr/lib/opennds/client_params.sh" #define DEFAULT_LOG_MOUNTPOINT "/tmp" #define DEFAULT_MAX_PAGE_SIZE "10240" -#define DEFAULT_FASPORT "0" -#define DEFAULT_LOGIN_OPTION_ENABLED "0" +#define DEFAULT_FASPORT "443" +#define DEFAULT_LOGIN_OPTION_ENABLED "1" #define DEFAULT_MAX_LOG_ENTRIES "100" #define DEFAULT_USE_OUTDATED_MHD "0" #define DEFAULT_ALLOW_PREEMPTIVE_AUTHENTICATION "1"