Hey everyone,
Does anyone have experience w/ LDAP setup and Netbox 2.8?
I get the following error when attempting to login (remotely or locally):
The complete exception is provided below:
<class 'ModuleNotFoundError'>No module named 'netbox.authentication'
In configuration.py - if I change REMOTE_AUTH_BACKEND to utilities.auth_backends.RemoteUserBackend (documentation says to use: REMOTE_AUTH_BACKEND = 'netbox.authentication.LDAPBackend') - I can login locally but for LDAP users, I get the error:
Errors
- Please enter a correct username and password. Note that both fields may be case-sensitive.
Any guidance?