pam_modules-1.html
Next
Previous
Contents
The Linux-PAM Module Writers' Guide
Andrew G. Morgan,
morgan@kernel.org
DRAFT v0.76 2002/05/09
This manual documents what a programmer needs to know in order to
write a module that conforms to the
Linux-PAM
standard. It also
discusses some security issues from the point of view of the module
programmer.
1.
pam_modules-1.html
Introduction
pam_modules-1.html#ss1.1
1.1 Synopsis
pam_modules-1.html#ss1.2
1.2 Description
2.
pam_modules-2.html
What can be expected by the module
pam_modules-2.html#ss2.1
2.1 Getting and setting
PAM_ITEM
s and
data
pam_modules-2.html#ss2.2
2.2 Other functions provided by
libpam
3.
pam_modules-3.html
What is expected of a module
pam_modules-3.html#ss3.1
3.1 Overview
pam_modules-3.html#ss3.2
3.2 Authentication management
pam_modules-3.html#ss3.3
3.3 Account management
pam_modules-3.html#ss3.4
3.4 Session management
pam_modules-3.html#ss3.5
3.5 Password management
4.
pam_modules-4.html
Generic optional arguments
5.
pam_modules-5.html
Programming notes
pam_modules-5.html#ss5.1
5.1 Security issues for module creation
pam_modules-5.html#ss5.2
5.2 Use of
syslog(3)
pam_modules-5.html#ss5.3
5.3 Modules that require system libraries
pam_modules-5.html#ss5.4
5.4 Added requirements for
statically
loaded modules.
6.
pam_modules-6.html
An example module file
7.
pam_modules-7.html
Files
8.
pam_modules-8.html
See also
9.
pam_modules-9.html
Notes
10.
pam_modules-10.html
Author/acknowledgments
11.
pam_modules-11.html
Bugs/omissions
12.
pam_modules-12.html
Copyright information for this document
pam_modules-1.html
Next
Previous
Contents
