From e04a0208d053fa3c09ca922a74b004e096084393 Mon Sep 17 00:00:00 2001 From: Ollie Armstrong Date: Fri, 15 Dec 2017 12:08:48 +0000 Subject: [PATCH] Document configuration LDAP STARTTLS --- docs/installation/ldap.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation/ldap.md b/docs/installation/ldap.md index 9d3b8600e..dff65fe78 100644 --- a/docs/installation/ldap.md +++ b/docs/installation/ldap.md @@ -54,6 +54,8 @@ AUTH_LDAP_BIND_PASSWORD = "demo" LDAP_IGNORE_CERT_ERRORS = True ``` +STARTTLS can be configured by settings `AUTH_LDAP_START_TLS = True` and using the `ldap://` URI scheme. + ## User Authentication !!! info