From d515327930ce5a63cc312138c27523d22beb9ac0 Mon Sep 17 00:00:00 2001 From: Karina Sperandio <41136154+karinasperandio@users.noreply.github.com> Date: Thu, 3 Jan 2019 01:03:14 -0200 Subject: [PATCH] Update 4-ldap.md --- docs/installation/4-ldap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/4-ldap.md b/docs/installation/4-ldap.md index 32623439a..89cf3c638 100644 --- a/docs/installation/4-ldap.md +++ b/docs/installation/4-ldap.md @@ -35,7 +35,7 @@ Create a file in the same directory as `configuration.py` (typically `netbox/net import ldap # Server URI -AUTH_LDAP_SERVER_URI = "ldaps://ad.example.com" +AUTH_LDAP_SERVER_URI = "ldap://ad.example.com" # The following may be needed if you are binding to Active Directory. AUTH_LDAP_CONNECTION_OPTIONS = {