ipa_client: the fedora-sss-ignore.conf file should be owned by sssd user/group

We change this to root/root and then restart sssd and it changes it
back. So, lets do this right and let it be sssd/sssd.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-12-09 17:54:13 -08:00
parent 73cfa04822
commit aaa29839fa

View file

@ -74,7 +74,7 @@
run_once: yes
- name: Ensure that nss knows to skip certain users
template: src=fedora-nss-ignore.conf.j2 dest=/etc/sssd/conf.d/fedora-nss-ignore.conf mode=600 owner=root group=root
template: src=fedora-nss-ignore.conf.j2 dest=/etc/sssd/conf.d/fedora-nss-ignore.conf mode=600 owner=sssd group=sssd
tags:
- ipa/client
- config