1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

updates ldap doc for centos #12447

This commit is contained in:
Abhimanyu Saharan
2023-05-09 01:07:31 +05:30
committed by Jeremy Stretch
parent 1af3ba9496
commit 2b2c559a37

View File

@ -15,7 +15,7 @@ sudo apt install -y libldap2-dev libsasl2-dev libssl-dev
On CentOS:
```no-highlight
sudo yum install -y openldap-devel
sudo yum install -y openldap-devel python3-devel
```
### Install django-auth-ldap