table of contents
PAM_ACCESS(8) | Linux-PAM Manual | PAM_ACCESS(8) |
NAME
pam_access - PAM module for logdaemon style login access control
SYNOPSIS
pam_access.so [debug] [nodefgroup] [noaudit] [accessfile=file] [fieldsep=sep] [listsep=sep]
DESCRIPTION
The pam_access PAM module is mainly for access management. It provides logdaemon style login access control based on login names, host or domain names, internet addresses or network numbers, or on terminal line names in case of non-networked logins.
By default rules for access management are taken from config file /etc/security/access.conf if you don´t specify another file.
If Linux PAM is compiled with audit support the module will report when it denies access based on origin (host or tty).
OPTIONS
accessfile=/path/to/access.conf
debug
noaudit
fieldsep=separators
listsep=separators
nodefgroup
MODULE TYPES PROVIDED
All module types (auth, account, password and session) are provided.
RETURN VALUES
PAM_SUCCESS
PAM_PERM_DENIED
PAM_IGNORE
pam_setcred was called which does nothing.
PAM_ABORT
PAM_USER_UNKNOWN
FILES
/etc/security/access.conf
SEE ALSO
access.conf(5), pam.d(5), pam(8).
AUTHORS
The logdaemon style login access control scheme was designed and implemented by Wietse Venema. The pam_access PAM module was developed by Alexei Nogin <alexei@nogin.dnttm.ru>. The IPv6 support and the network(address) / netmask feature was developed and provided by Mike Becher <mike.becher@lrz-muenchen.de>.
06/16/2009 | Linux-PAM Manual |