ngompa / rpms / pam

Forked from rpms/pam 4 years ago
Clone
4b9fc22
.TH SYSTEM-AUTH 5 "2009 Apr 10" "Red Hat" "Linux-PAM Manual"
46d6d05
.SH NAME
46d6d05
46d6d05
system-auth \- Common configuration file for PAMified services
46d6d05
46d6d05
.SH SYNOPSIS
46d6d05
.B /etc/pam.d/system-auth
4b9fc22
.B /etc/pam.d/password-auth
4b9fc22
.B /etc/pam.d/fingerprint-auth
4b9fc22
.B /etc/pam.d/smartcard-auth
46d6d05
.sp 2
46d6d05
.SH DESCRIPTION
46d6d05
4b9fc22
The purpose of these configuration files are to provide a common
4b9fc22
interface for all applications and service daemons calling into
4b9fc22
the PAM library.
46d6d05
46d6d05
.sp
46d6d05
The
46d6d05
.BR system-auth
4b9fc22
configuration file is included from nearly all individual service configuration
46d6d05
files with the help of the
46d6d05
.BR include
46d6d05
directive.
46d6d05
4b9fc22
.sp
4b9fc22
The
4b9fc22
.BR password-auth
4b9fc22
.BR fingerprint-auth
4b9fc22
.BR smartcard-auth
4b9fc22
configuration files are for applications which handle authentication from
4b9fc22
different types of devices via simultaneously running individual conversations
4b9fc22
instead of one aggregate conversation.
4b9fc22
46d6d05
.SH NOTES
46d6d05
There should be no
46d6d05
.BR sufficient
46d6d05
modules in the
46d6d05
.BR session
46d6d05
part of
46d6d05
.BR system-auth
46d6d05
file because individual services may add session modules after
46d6d05
.BR include
46d6d05
of the
46d6d05
.BR system-auth
46d6d05
file. Execution of these modules would be skipped if there were sufficient
46d6d05
modules in
46d6d05
.BR system-auth
46d6d05
file.
46d6d05
46d6d05
.sp
46d6d05
Conversely there should not be any modules after
46d6d05
.BR include
46d6d05
directive in the individual service files in
46d6d05
.BR auth account
46d6d05
and
46d6d05
.BR password
46d6d05
sections otherwise they could be bypassed.
46d6d05
46d6d05
.SH BUGS
46d6d05
.sp 2
46d6d05
None known.
46d6d05
46d6d05
.SH "SEE ALSO"
46d6d05
pam(8), config-util(5)
46d6d05
46d6d05
The three
46d6d05
.BR Linux-PAM
46d6d05
Guides, for
46d6d05
.BR "system administrators" ", "
46d6d05
.BR "module developers" ", "
46d6d05
and
46d6d05
.BR "application developers" ". "