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 and ldap.OPT_X_TLS_CACERTFILE.
See: #799
Required Changes
No response
Discussion: Benefits and Drawbacks
No response