We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for LDAP_CA_CERT_* settings and environment variables in ldap_config.py
Settings were introduced in Netbox v3.3.6 (netbox-community/netbox#9722, netbox-community/netbox#10567).
Currently have to use AUTH_LDAP_CONNECTION_OPTIONS and ldap.OPT_X_TLS_CACERTFILE.
AUTH_LDAP_CONNECTION_OPTIONS
ldap.OPT_X_TLS_CACERTFILE
See: #799
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Desired Behavior
Add support for LDAP_CA_CERT_* settings and environment variables in ldap_config.py
Settings were introduced in Netbox v3.3.6 (netbox-community/netbox#9722, netbox-community/netbox#10567).
Contrast to Current Behavior
Currently have to use
AUTH_LDAP_CONNECTION_OPTIONS
andldap.OPT_X_TLS_CACERTFILE
.See: #799
Required Changes
No response
Discussion: Benefits and Drawbacks
No response
The text was updated successfully, but these errors were encountered: