kerberize chromium
This commit is contained in:
parent
2078fab902
commit
0b93fc2ba5
1 changed files with 8 additions and 0 deletions
|
@ -31,3 +31,11 @@
|
|||
- 'pref("network.negotiate-auth.delegation-uris", "{{ kerberize_uris | default(ansible_domain) }}");'
|
||||
- 'pref("network.negotiate-auth.trusted-uris", "{{ kerberize_uris | default(ansible_domain) }}");'
|
||||
when: firefox.stat.exists
|
||||
|
||||
- name: kerberize chromium for sites in the local domain
|
||||
copy:
|
||||
dest: /etc/chromium/policies/managed/idam.json
|
||||
content: |
|
||||
{
|
||||
"AuthServerAllowlist": "idam.steinbeis.schule"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue