1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Remote auth cleanup

This commit is contained in:
Jeremy Stretch
2020-03-10 16:56:57 -04:00
parent 0dc3a72912
commit 8c6d35645d
2 changed files with 5 additions and 2 deletions

View File

@@ -319,7 +319,7 @@ NetBox can be configured to support remote user authentication by inferring user
Default: `'utilities.auth_backends.RemoteUserBackend'`
Python path to the custom [Django authentication backend]() to use for external user authentication, if not using NetBox's built-in backend. (Requires `REMOTE_AUTH_ENABLED`.)
Python path to the custom [Django authentication backend](https://docs.djangoproject.com/en/stable/topics/auth/customizing/) to use for external user authentication, if not using NetBox's built-in backend. (Requires `REMOTE_AUTH_ENABLED`.)
---