Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Where to create a kerberos-related policy? #56

Closed
bocekm opened this issue Apr 28, 2022 · 2 comments
Closed

Where to create a kerberos-related policy? #56

bocekm opened this issue Apr 28, 2022 · 2 comments

Comments

@bocekm
Copy link

bocekm commented Apr 28, 2022

With the ungoogled-chromium Fedora package https://github.com/ungoogled-software/ungoogled-chromium-fedora I was using a custom policy file /etc/chromium/policies/managed/my_policy.json where I had the following to allow authentication using a kerberos ticket:

{
 "AuthServerAllowlist": "*.domain.com",
}

However because the Fedora package is not maintained anymore, I installed the ungoogled-chromium on my Fedora 35 through your flatpak. Now the policy is not being picked up by the browser.

I tried moving it to the following places but without luck

  • /usr/share/chromium/policies/managed/
  • /var/lib/flatpak/app/com.github.Eloston.UngoogledChromium/x86_64/stable/2fa22360574cf96c26b20df48b08fb53d0ceded54b385f7913fe5fe13e3c9de7/files/chromium/policies/managed/

Where should I move the json so that it's used? Thanks.

@rany2
Copy link
Collaborator

rany2 commented Apr 28, 2022

Hello, there are two main methods:

--auth-server-allowlist=*.domain.com

Personally I find the second method easiest

@bocekm
Copy link
Author

bocekm commented May 2, 2022

It works, thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants