From 9a44a928ccebdceb5a4dd9a4d67168cc04d1227f Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sat, 28 Sep 2024 01:10:13 -0400 Subject: ostp.d: auth: Add user authentication Signed-off-by: Ian Moffett --- ostp.d/include/otconfig.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ostp.d/include') diff --git a/ostp.d/include/otconfig.h b/ostp.d/include/otconfig.h index 33e3314..9487556 100644 --- a/ostp.d/include/otconfig.h +++ b/ostp.d/include/otconfig.h @@ -35,6 +35,7 @@ #define CONNECTION_TIMEOUT 60 /* In seconds */ #define ENABLE_MOTD 1 /* Enable message of the day */ #define ARBITRATION_MAX 5 /* Maximum number of arbitration attempts */ +#define REQUIRE_USER_AUTH 1 /* 1: true, 0: false */ /* Message of the day */ #if defined(ENABLE_MOTD) -- cgit v1.2.3