Update 4-ldap.md

This commit is contained in:
Karina Sperandio 2019-01-03 01:03:14 -02:00 committed by GitHub
parent d144d3a584
commit d515327930
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = {