From b96d540c1a66e143242238d1a360b3b49cb4915d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Perj=C3=A9ssy=20L=C3=B3r=C3=A1nt?= Date: Sat, 16 Oct 2021 19:23:24 +0200 Subject: [PATCH] Added LDAP-related options to .env.template. --- .env.template | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.env.template b/.env.template index 05256c47..aabe8ebf 100644 --- a/.env.template +++ b/.env.template @@ -117,4 +117,12 @@ REVERSE_PROXY_AUTH=0 # Django session cookie settings. Can be changed to allow a single django application to authenticate several applications # when running under the same database # SESSION_COOKIE_DOMAIN=.example.com -# SESSION_COOKIE_NAME=sessionid # use this only to not interfere with non unified django applications under the same top level domain \ No newline at end of file +# SESSION_COOKIE_NAME=sessionid # use this only to not interfere with non unified django applications under the same top level domain + +# LDAP authentication +# default 0 (false), when 1 (true) list of allowed users will be fetched from LDAP server +#LDAP_AUTH= +#AUTH_LDAP_SERVER_URI= +#AUTH_LDAP_BIND_DN= +#AUTH_LDAP_BIND_PASSWORD= +#AUTH_LDAP_USER_SEARCH_BASE_DN=