Add django-auth-ldap documentation link

This commit is contained in:
Ollie Armstrong 2017-12-15 12:08:30 +00:00
parent c97f7041a7
commit 93ecdae694
No known key found for this signature in database
GPG Key ID: B11D721993471AB5

View File

@ -26,6 +26,8 @@ sudo pip install django-auth-ldap
Create a file in the same directory as `configuration.py` (typically `netbox/netbox/`) named `ldap_config.py`. Define all of the parameters required below in `ldap_config.py`.
All configuration options for django-auth-ldap can be viewed [on their documentation](http://django-auth-ldap.readthedocs.io/en/latest/index.html).
## General Server Configuration
!!! info