From cb9d1193c37b7567dcad5497330169d43ab1e8a2 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 27 May 2024 00:29:36 -0400 Subject: initial --- conf/ldap/ldap.env | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 conf/ldap/ldap.env (limited to 'conf/ldap') diff --git a/conf/ldap/ldap.env b/conf/ldap/ldap.env new file mode 100644 index 0000000..f387147 --- /dev/null +++ b/conf/ldap/ldap.env @@ -0,0 +1,9 @@ + +LDAP_URL= +LDAP_BIND_DN= +LDAP_BIND_PASSWORD= +LDAP_BASE_DN= +LDAP_FILTER="(&)" +LDAP_UID="cn" + +HTTP_HOST=auth.example.com -- cgit v1.2.3-freya