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 ]]
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.
18
19 The helper is separated from the module to not require direct access
20 from login SELinux domains to the contents of user home directories.
21 The SELinux domain transition happens when the module is executing the
22 mkhomedir_helper.
23
24 The helper never touches home directories if they already exist.
25
27 pam_mkhomedir(8)
28
30 Written by Tomas Mraz based on the code originally in pam_mkhomedir
31 module.
32
33
34
35Linux-PAM Manual 05/18/2017 MKHOMEDIR_HELPER(8)