2 # The PAM configuration file for the Shadow `login' service
5 # Standard Un*x authentication.
8 # Standard Un*x authorization.
9 @include common-account
11 # Standard Un*x session setup and teardown.
12 @include common-session
14 # Print the message of the day upon successful login.
15 session optional pam_motd.so # [1]
16 # Create a homedir for the user, if there is none yet.
17 session optional pam_mkhomedir.so
19 # Standard Un*x password updating (not sure if login actually uses this, but
21 @include common-password