__netbox: fix REMOTE_AUTH_BACKEND module not found

Updated with the backend from the current upstream configuration.
This commit is contained in:
matze 2020-08-23 19:48:56 +02:00
parent 4e90c93eef
commit 863c95059e
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ RACK_ELEVATION_DEFAULT_UNIT_WIDTH = 220
# Remote authentication support
REMOTE_AUTH_ENABLED = False
REMOTE_AUTH_BACKEND = 'utilities.auth_backends.RemoteUserBackend'
REMOTE_AUTH_BACKEND = 'netbox.authentication.RemoteUserBackend'
REMOTE_AUTH_HEADER = 'HTTP_REMOTE_USER'
REMOTE_AUTH_AUTO_CREATE_USER = True
REMOTE_AUTH_DEFAULT_GROUPS = []