From 8e3bcb651dae1ee2b0d82bd506e6dce383c7c835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=A4der?= Date: Wed, 9 Oct 2019 12:31:15 +0200 Subject: [PATCH] Copied over the relevant parts from the README --- LDAP.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 LDAP.md diff --git a/LDAP.md b/LDAP.md new file mode 100644 index 0000000..29c39f2 --- /dev/null +++ b/LDAP.md @@ -0,0 +1,3 @@ +The images tagged with "-ldap" contain all the necessary dependencies to authenticate against an LDAP or Active Directory server. +The default configuration `ldap_config.py` is prepared for use with an Active Directory server. +Custom values can be injected using environment variables, similar to the main configuration mechanisms. \ No newline at end of file