From 578bb38770af26b3a7f3aa952fe7f87007a0f8d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ma=CC=88der?= Date: Thu, 8 Mar 2018 09:54:34 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Moved=20ldap=20info=20into?= =?UTF-8?q?=20Version=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9357d75..9425d0f 100644 --- a/README.md +++ b/README.md @@ -188,10 +188,6 @@ To enable this functionality, simply complete the following lines in `netbox.env However, if you have no need for this functionality, leaving them blank will not hinder the performance of NetBox at all. -#### LDAP enabled variant - -In the images tagged with "-ldap" you can authenticate netbox against an LDAP / AD server. The included ldap_config.py is configured to use an AD domain controller. The custom values can be injected with environment variables like those in the main configuration file. - ## Version @@ -222,6 +218,12 @@ This can increase the build speed if you're just adjusting the config, for examp [git-ref]: https://git-scm.com/book/en/v2/Git-Internals-Git-References [netbox-github]: https://github.com/digitalocean/netbox/releases +### LDAP enabled variant + +The images tagged with "-ldap" contain anything necessary to authenticate against an LDAP or Active Directory server. +The default configuration `ldap_config.py` is prepared for use with an Active Directory server. +Custom values can be injected using environment variables, similar to the main configuration mechanisms. + ## Troubleshooting This section is a collection of some common issues and how to resolve them.