1MKHOMEDIR_HELPER(8) Linux-PAM Manual MKHOMEDIR_HELPER(8)
2
3
4
6 mkhomedir_helper - Helper binary that creates home directories
7
9 mkhomedir_helper {user} [umask [ path-to-skel [ home_mode ] ]]
10
12 mkhomedir_helper is a helper program for the pam_mkhomedir module that
13 creates home directories and populates them with contents of the
14 specified skel directory.
15
16 The default value of umask is 0022 and the default value of
17 path-to-skel is /etc/skel. The default value of home_mode is computed
18 from the value of umask.
19
20 The helper is separated from the module to not require direct access
21 from login SELinux domains to the contents of user home directories.
22 The SELinux domain transition happens when the module is executing the
23 mkhomedir_helper.
24
25 The helper never touches home directories if they already exist.
26
28 pam_mkhomedir(8)
29
31 Written by Tomas Mraz based on the code originally in pam_mkhomedir
32 module.
33
34
35
36Linux-PAM Manual 09/03/2021 MKHOMEDIR_HELPER(8)