mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-13 02:58:17 -06:00
Update 4-ldap.md
This commit is contained in:
parent
d144d3a584
commit
d515327930
@ -35,7 +35,7 @@ Create a file in the same directory as `configuration.py` (typically `netbox/net
|
|||||||
import ldap
|
import ldap
|
||||||
|
|
||||||
# Server URI
|
# 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.
|
# The following may be needed if you are binding to Active Directory.
|
||||||
AUTH_LDAP_CONNECTION_OPTIONS = {
|
AUTH_LDAP_CONNECTION_OPTIONS = {
|
||||||
|
Loading…
Reference in New Issue
Block a user