diff options
author | Ian Moffett <ian@osmora.org> | 2024-09-28 01:10:13 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-09-28 01:10:13 -0400 |
commit | 9a44a928ccebdceb5a4dd9a4d67168cc04d1227f (patch) | |
tree | 8f64888b89e9ffe6f5dd6fd541623b15184ccbb9 /ostp.d/include/otconfig.h | |
parent | 2229015eec1804cf33225fd28931a9e43e1fdf2e (diff) |
ostp.d: auth: Add user authentication
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'ostp.d/include/otconfig.h')
-rw-r--r-- | ostp.d/include/otconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
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) |