LDAP import error when enabling "netbox.authentication.LDAPBackend" #17467
-
When I enable "netbox.authentication.LDAPBackend" on the "REMOTE_AUTH_BACKEND" and restart Netbox, I get a "Server Error" on the webpage stating the following:
My logging is enabled with the following:
and I get the following (I am running through a reverse proxy, is that a potential issue?):
My ldap_configuration.py:
Proof that the modules are installed in apt:
Proof of djanjo's LDAP module installed:
I had to switch to sudo -i because when I tried to pip as my user account I got a permissions issue, is that what's causing this? Any help would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
According to the documentation here, you are required to create the file But as to why you have a 404 error on |
Beta Was this translation helpful? Give feedback.
It was working before switching the LDAP feature on.
Renaming that config file to the correct name fixed it.