aboutsummaryrefslogtreecommitdiffstats
path: root/arthur/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'arthur/config.py')
-rw-r--r--arthur/config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/arthur/config.py b/arthur/config.py
index 692957a..80e4825 100644
--- a/arthur/config.py
+++ b/arthur/config.py
@@ -34,6 +34,8 @@ class Config(
#
# FreeIPA accesses are generated off this information
+ enable_ldap: bool = False
+
ldap_host: pydantic.AnyUrl
ldap_bind_user: str = "uid=kingarthur,cn=users,cn=accounts,dc=box,dc=pydis,dc=wtf"
ldap_bind_password: pydantic.SecretStr