From 4b12de4df1e09f226ec725ffc70c6946f6461073 Mon Sep 17 00:00:00 2001 From: Marc 'risson' Schmitt Date: Fri, 18 Oct 2024 18:47:50 +0200 Subject: [PATCH] Update website/docs/users-sources/sources/protocols/kerberos/browser.md Co-authored-by: Tana M Berry Signed-off-by: Marc 'risson' Schmitt --- .../docs/users-sources/sources/protocols/kerberos/browser.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/users-sources/sources/protocols/kerberos/browser.md b/website/docs/users-sources/sources/protocols/kerberos/browser.md index 5be9fc83d15c..b4cbefe39948 100644 --- a/website/docs/users-sources/sources/protocols/kerberos/browser.md +++ b/website/docs/users-sources/sources/protocols/kerberos/browser.md @@ -15,7 +15,7 @@ On Windows environments, to automate the deployment of this configuration use a ## Chrome -This applies only for users on macOS and Linux machines. For Windows, checkout the instructions below. +This section applies only for Chrome users on macOS and Linux machines. For Windows, see the instructions below. 1. Make sure you have the necessary directory created by running: `mkdir -p /etc/opt/chrome/policies/managed/` 2. Create a new `/etc/opt/chrome/policies/managed/mydomain.json` file with write privileges limited to the system administrator or root, and include the following line: `{ "AuthServerWhitelist": "*.example.com" }`.