Document configuration LDAP STARTTLS

This commit is contained in:
Ollie Armstrong 2017-12-15 12:08:48 +00:00
parent 93ecdae694
commit e04a0208d0
No known key found for this signature in database
GPG Key ID: B11D721993471AB5

View File

@ -54,6 +54,8 @@ AUTH_LDAP_BIND_PASSWORD = "demo"
LDAP_IGNORE_CERT_ERRORS = True LDAP_IGNORE_CERT_ERRORS = True
``` ```
STARTTLS can be configured by settings `AUTH_LDAP_START_TLS = True` and using the `ldap://` URI scheme.
## User Authentication ## User Authentication
!!! info !!! info