mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 10:58:37 -06:00
Missing dependency for 'python-ldap'. Fixes #371.
This commit is contained in:
parent
b62cd32428
commit
08781d220f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user