From d00f3aaff44f35a445ddf24c77ecdefbad2af278 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 24 May 2017 02:37:21 -0400 Subject: [PATCH] Add FAQ entry about LDAP authentication. GitLab issue #363. Signed-off-by: Roberto Rosario --- docs/topics/faq.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/topics/faq.rst b/docs/topics/faq.rst index dedf95428f..987e0d2a43 100644 --- a/docs/topics/faq.rst +++ b/docs/topics/faq.rst @@ -126,3 +126,10 @@ dependent support Python 3 then will the project move to fully support Python 3. Make sure that the Celery BEAT scheduler is running correctly as it is the element that triggers the periodics tasks. + +**Q: How to do LDAP authentication** + +A sample settings file called ldap_connection_settings.py is included in the +contrib/settings/ folder of the repository showing how to setup LDAP +authentication. +