From f6c858c2936d8eef191dcec8cd13c1b68a16cfa3 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Mon, 12 Nov 2018 09:47:54 +0100 Subject: [PATCH] Add Chromium docs --- modules/negotiate/docs/negotiate.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/modules/negotiate/docs/negotiate.md b/modules/negotiate/docs/negotiate.md index ad97a2c32..8563b338d 100644 --- a/modules/negotiate/docs/negotiate.md +++ b/modules/negotiate/docs/negotiate.md @@ -268,6 +268,9 @@ this is true (on a Windows machine). Next locate TODO -#### Chrome +#### Chromium + +To allow Kerberos SPN generation on Linux-based platforms, add the +following line to /etc/chromium.d/default-flags: + export CHROMIUM_FLAGS="$CHROMIUM_FLAGS --auth-server-whitelist=.example.com" -TODO -- GitLab