From 34f54a07237bb6364e9f265a5f5a7b58274a74ed Mon Sep 17 00:00:00 2001 From: Jannik Zabel Date: Sat, 5 Dec 2020 22:18:06 +0100 Subject: [PATCH] Clarify REMOTE_AUTH_HEADER documentation --- docs/configuration/optional-settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/optional-settings.md b/docs/configuration/optional-settings.md index eb6022226..fe43f0483 100644 --- a/docs/configuration/optional-settings.md +++ b/docs/configuration/optional-settings.md @@ -460,7 +460,7 @@ NetBox can be configured to support remote user authentication by inferring user Default: `'HTTP_REMOTE_USER'` -When remote user authentication is in use, this is the name of the HTTP header which informs NetBox of the currently authenticated user. (Requires `REMOTE_AUTH_ENABLED`.) +When remote user authentication is in use, this is the name of the HTTP header which informs NetBox of the currently authenticated user. For example, to use the request header `X-Remote-User` it needs to be set to `HTTP_X_REMOTE_USER`. (Requires `REMOTE_AUTH_ENABLED`.) ---