From 93ecdae6943243706458f06a291f1813c0d7a776 Mon Sep 17 00:00:00 2001 From: Ollie Armstrong Date: Fri, 15 Dec 2017 12:08:30 +0000 Subject: [PATCH] Add django-auth-ldap documentation link --- docs/installation/ldap.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation/ldap.md b/docs/installation/ldap.md index 3cbc0d32c..9d3b8600e 100644 --- a/docs/installation/ldap.md +++ b/docs/installation/ldap.md @@ -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