aboutsummaryrefslogtreecommitdiff
path: root/ostp.d/include
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2024-09-28 01:10:13 -0400
committerIan Moffett <ian@osmora.org>2024-09-28 01:10:13 -0400
commit9a44a928ccebdceb5a4dd9a4d67168cc04d1227f (patch)
tree8f64888b89e9ffe6f5dd6fd541623b15184ccbb9 /ostp.d/include
parent2229015eec1804cf33225fd28931a9e43e1fdf2e (diff)
ostp.d: auth: Add user authentication
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'ostp.d/include')
-rw-r--r--ostp.d/include/otconfig.h1
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)