Creates a home directory automatically at user login.
/usr/lib/security
/usr/lib/security/64
The pam_mkuserhome module creates a home directory automatically at user login. This is an optional session module to be used with other PAM session modules, such as the pam_aix module.
#
# Session management
#
telnet auth optional pam_mkuserhome
Item | Description |
---|---|
PAM_SUCCESS | The home directory already exists or the home directory is successfully created. |
PAM_USER_UNKNOWN | The user does not exist. |
PAM_SYSTEM_ERR | An error occurs. |