[sssd] Disable NSCD cache as recommended
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
parent
70d335e1b8
commit
816f192016
|
@ -37,6 +37,15 @@
|
|||
- {name: networks, db: files ldap}
|
||||
- {name: hosts, db: files ldap dns}
|
||||
|
||||
- name: Disable nscd cache
|
||||
lineinfile:
|
||||
dest: /etc/nscd.conf
|
||||
regex: "^enable-cache +{{ item }}"
|
||||
line: "enable-cache {{ item }} no"
|
||||
loop:
|
||||
- "passwd"
|
||||
- "group "
|
||||
|
||||
- name: Configure PAM authentication
|
||||
template:
|
||||
src: pam.d/common-password.j2
|
||||
|
|
Loading…
Reference in New Issue