Missing dependency for 'python-ldap'. Fixes #371.

This commit is contained in:
Joachim Tingvold 2016-07-22 21:32:57 +02:00
parent b62cd32428
commit 08781d220f

View File

@ -17,10 +17,10 @@ On CentOS:
sudo yum install -y python-devel openldap-devel 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 # Configuration