blob: 11743e4057a075b066d42a74cdf0c1738643a92b (
plain)
1
2
3
4
5
6
7
8
9
|
You may want to add something like this to your /etc/pam.d/login
or /etc/pam.d/sshd ( when you've configured ssh with PAM )
file to use this module:
session required %%PREFIX%%/lib/pam_mkhomedir.so
|