f2fdff
.TH POSTLOGIN 5 "2010 Dec 22" "Red Hat" "Linux-PAM Manual"
f2fdff
.SH NAME
f2fdff
f2fdff
postlogin \- Common configuration file for PAMified services
f2fdff
f2fdff
.SH SYNOPSIS
f2fdff
.B /etc/pam.d/postlogin
f2fdff
.sp 2
f2fdff
.SH DESCRIPTION
f2fdff
f2fdff
The purpose of this PAM configuration file is to provide a common
f2fdff
place for all PAM modules which should be called after the stack
f2fdff
configured in
f2fdff
.BR system-auth
f2fdff
or the other common PAM configuration files.
f2fdff
f2fdff
.sp
f2fdff
The
f2fdff
.BR postlogin
f2fdff
configuration file is included from all individual service configuration
f2fdff
files that provide login service with shell or file access.
f2fdff
f2fdff
.SH NOTES
f2fdff
The modules in the postlogin configuration file are executed regardless
f2fdff
of the success or failure of the modules in the
f2fdff
.BR system-auth
f2fdff
configuration file.
f2fdff
f2fdff
.SH BUGS
f2fdff
.sp 2
f2fdff
Sometimes it would be useful to be able to skip the postlogin modules in
f2fdff
case the substack of the
f2fdff
.BR system-auth
f2fdff
modules failed. Unfortunately the current Linux-PAM library does not
f2fdff
provide any way how to achieve this.
f2fdff
f2fdff
.SH "SEE ALSO"
f2fdff
pam(8), config-util(5), system-auth(5)
f2fdff
f2fdff
The three
f2fdff
.BR Linux-PAM
f2fdff
Guides, for
f2fdff
.BR "system administrators" ", "
f2fdff
.BR "module developers" ", "
f2fdff
and
f2fdff
.BR "application developers" ". "