LDAP
Installation
The python-ldap
package (See requirements) is required by django-auth-ldap
to establish a connection between Django and an LDAP directory, such as OKA.
This package provides the necessary tools for Django to communicate with the LDAP server and manage authentication.
sudo apt-get install libldap2-dev libsasl2-dev slapd ldap-utils build-essential python3-dev gcc
sudo yum install openldap-devel python3-devel gcc gcc-c++