From 08781d220f694828b13590b99c01e2bf432c30f5 Mon Sep 17 00:00:00 2001 From: Joachim Tingvold Date: Fri, 22 Jul 2016 21:32:57 +0200 Subject: [PATCH] Missing dependency for 'python-ldap'. Fixes #371. --- docs/installation/ldap.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation/ldap.md b/docs/installation/ldap.md index 5a90ec5e3..96628da89 100644 --- a/docs/installation/ldap.md +++ b/docs/installation/ldap.md @@ -17,10 +17,10 @@ On CentOS: sudo yum install -y python-devel openldap-devel ``` -## Install django-auth-ldap +## Install Python modules ``` -sudo pip install django-auth-ldap +sudo pip install django-auth-ldap python-ldap ``` # Configuration