From rhel documentation:
Install the oddjob-mkhomedir package on the system.
This package provides the pam_oddjob_mkhomedir.so library, which the authconfig command uses to create home directories. The pam_oddjob_mkhomedir.so library, unlike the default pam_mkhomedir.so library, can create SELinux labels.
The authconfig command automatically uses the pam_oddjob_mkhomedir.so library if it is available. Otherwise, it will default to using pam_mkhomedir.so.
Make sure the oddjobd service is running.
Since
oddjob-mkhomedir: ensure: present
It would be wise to make sure the oddjob service is enabled, or we should put it to absent?
what would be the best solution?
From rhel documentation:
Since
oddjob-mkhomedir: ensure: presentIt would be wise to make sure the oddjob service is enabled, or we should put it to absent?
what would be the best solution?