ecb400c13cb90dfb27cdc7995420967baf6474b7
[matthijs/servers/tika.git] / etc / pam.d / sshd
1 # PAM configuration for the Secure Shell service
2
3 # Standard Un*x authentication.
4 @include common-auth
5
6 # Standard Un*x authorization.
7 @include common-account
8
9 # Standard Un*x session setup and teardown.
10 @include common-session
11
12 # Print the message of the day upon successful login.
13 session         optional        pam_motd.so
14 # Create a homedir for the user, if there is none yet.
15 session         optional        pam_mkhomedir.so
16
17 # Standard Un*x password updating (not sure if OpenSSH actually uses this, but
18 # well...)
19 @include common-password