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:
parent
73cfa04822
commit
aaa29839fa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue