We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4292aa commit f3e6d51Copy full SHA for f3e6d51
tasks/pamd.yml
@@ -6,3 +6,8 @@
6
when: ansible_os_family == "Debian"
7
notify:
8
- run pam auth update
9
+
10
+- name: pamd | add pam_mkhomedir for RedHat machines
11
+ command: authconfig --enablemkhomedir --update
12
+ changed_when: false
13
+ when: ansible_os_family == "RedHat"
vars/centos.yml
@@ -4,5 +4,6 @@ sssd_ldap_packages:
4
- sssd-ldap
5
- sudo
- openssh-server
+ - authconfig
sssd_ldap_ssh_service: sshd
0 commit comments