Managed Kerberos configuration

ThimoE 6 Reputation points
2020-01-02T14:00:50.83+00:00

Hi all,

is there any deployable way to set the Kerberos configuration, e.g. auth-server-whitelist?

Either chromium-style policies like /etc/chromium-browser/policies/managed or default command-line arguments like /etc/chromium-browser/default (both Ubuntu 18.04 paths) would be nice.

Regards,
Thimo

Skype for Business Linux
Skype for Business Linux
Skype for Business: A Microsoft communications service that provides communications capabilities across presence, instant messaging, audio/video calling, and an online meeting experience that includes audio, video, and web conferencing.Linux: A family of open-source Unix-like operating systems.
456 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sharon Zhao-MSFT 25,056 Reputation points Microsoft Vendor
    2020-01-03T04:48:54.047+00:00

    Authentication options of Chromium are described at http://dev.chromium.org/developers/design-documents/http-authentication
    For Kerberos, you need the command line option --auth-server-whitelist=.example.com
    In Ubuntu, you can add this command line option to the file /etc/chromium-browser/default
    About the installation and configuration of a Kerberos server, you can refer to the link: https://help.ubuntu.com/lts/serverguide/kerberos.html