You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the case of a cluster that reuses an existing /home filesystem on CephFS with an external LDAP, it could be desirable to support oddjob-mkhomedir to create home directories on first login
This requires:
Ensuring that yum pkg oddjob-mkhomedir is installed (it usually is, but just in case)
Adding session optional pam_oddjob_mkhomedir.so debug umask=0077 to /etc/pam.d/password-auth and /etc/pam.d/system-auth
In the case of a cluster that reuses an existing /home filesystem on CephFS with an external LDAP, it could be desirable to support
oddjob-mkhomedir
to create home directories on first loginThis requires:
oddjob-mkhomedir
is installed (it usually is, but just in case)session optional pam_oddjob_mkhomedir.so debug umask=0077
to/etc/pam.d/password-auth
and/etc/pam.d/system-auth
oddjobd
service is runningdbus
andsssd
This could be added as a boolean
$mkhomedir
in https://github.com/ComputeCanada/puppet-magic_castle/blob/main/site/profile/manifests/sssd.pp#L1The text was updated successfully, but these errors were encountered: