LDAP for Django
Introduction
This document will include the author's entire notes on installing and configuring ldap for django.
Installation
Create a directory in /opt:
mkdir /opt/that
Create a virtualenv in that directory:
virtualenv example
Make sure that you also source the directory before running pip commands. i.e.:
source /opt/that …