7f15a0f44c84d15a642a26622cd5937def005f26
[matthijs/servers/tika.git] / etc / pam.d / login
1 #
2 # The PAM configuration file for the Shadow `login' service
3 #
4
5 # Standard Un*x authentication.
6 @include common-auth
7
8 # Standard Un*x authorization.
9 @include common-account
10
11 # Standard Un*x session setup and teardown.
12 @include common-session
13
14 # Print the message of the day upon successful login.
15 session         optional        pam_motd.so # [1]
16
17 # Standard Un*x password updating (not sure if login actually uses this, but
18 # well...)
19 @include common-password