Replies: 1 comment
-
could you please dump your ldap_config configuration.py ? I'm trying to set up netbox authorization for 2 ldap servers, it's not working yet |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Netbox version: 3.2.6
When defining multiple LDAP servers:
ldap_config.py
AUTH_LDAP_SERVER_URI = "ldap://IP1 ldap://IP2"
In combination with adding a timeout statement (ldap.set_option):
netbox/netbox/authentication.py
It will AUTH to the second IP after given timeout. Wondering if adding the ldap timeout option as a parameter (for example in ldap_config.py) could potentially be part of the distro?
Beta Was this translation helpful? Give feedback.
All reactions