Skip to content

Commit

Permalink
Merge pull request #564 from stackhpc/bugfix/sssd/make-home-dirs
Browse files Browse the repository at this point in the history
Ensure oddjobd is enabled/started
  • Loading branch information
bertiethorpe authored Feb 12, 2025
2 parents 1d60270 + 24b79e1 commit 9816980
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ansible/roles/sssd/tasks/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@
- name: Configure nsswitch and PAM for SSSD
command: "authselect select sssd --force{% if sssd_enable_mkhomedir | bool %} with-mkhomedir{% endif %}"
when: "'sssd' not in _authselect_current.stdout"

- name: "Ensure oddjob is started"
service:
name: oddjobd
state: "{{ sssd_enable_mkhomedir }}"
enabled: "{{ sssd_enable_mkhomedir }}"

0 comments on commit 9816980

Please sign in to comment.