Closes #19327: Remove CentOS installation instructions (#19328)

This commit is contained in:
Jeremy Stretch
2025-04-25 16:05:08 -04:00
committed by GitHub
parent 8bd8f28cb9
commit a0006632a7
5 changed files with 22 additions and 87 deletions

View File

@@ -6,18 +6,10 @@ This guide explains how to implement LDAP authentication using an external serve
### Install System Packages
On Ubuntu:
```no-highlight
sudo apt install -y libldap2-dev libsasl2-dev libssl-dev
```
On CentOS:
```no-highlight
sudo yum install -y openldap-devel python3-devel
```
### Install django-auth-ldap
Activate the Python virtual environment and install the `django-auth-ldap` package using pip: