1PAM_ACCESS(8)                  Linux-PAM Manual                  PAM_ACCESS(8)
2
3
4

NAME

6       pam_access - PAM module for logdaemon style login access control
7

SYNOPSIS

9       pam_access.so [debug] [accessfile=file] [fieldsep=sep] [listsep=sep]
10

DESCRIPTION

12       The pam_access PAM module is mainly for access management. It provides
13       logdaemon style login access control based on login names, host or
14       domain names, internet addresses or network numbers, or on terminal
15       line names in case of non-networked logins.
16
17       By default rules for access management are taken from config file
18       /etc/security/access.conf if you don't specify another file.
19

OPTIONS

21       accessfile=/path/to/access.conf
22          Indicate an alternative access.conf style configuration file to
23          override the default. This can be useful when different services
24          need different access lists.
25
26       debug
27          A lot of debug informations are printed with syslog(3).
28
29       fieldsep=separators
30          This option modifies the field separator character that pam_access
31          will recognize when parsing the access configuration file. For
32          example: fieldsep=| will cause the default `:' character to be
33          treated as part of a field value and `|' becomes the field
34          separator. Doing this may be useful in conjuction with a system that
35          wants to use pam_access with X based applications, since the PAM_TTY
36          item is likely to be of the form "hostname:0" which includes a `:'
37          character in its value. But you should not need this.
38
39       listsep=separators
40          This option modifies the list separator character that pam_access
41          will recognize when parsing the access configuration file. For
42          example: listsep=, will cause the default ` ' (space) and `\t' (tab)
43          characters to be treated as part of a list element value and `,'
44          becomes the only list element separator. Doing this may be useful on
45          a system with group information obtained from a Windows domain,
46          where the default built-in groups "Domain Users", "Domain Admins"
47          contain a space.
48

MODULE SERVICES PROVIDED

50       All services are supported.
51

RETURN VALUES

53       PAM_SUCCESS
54          Access was granted.
55
56       PAM_PERM_DENIED
57          Access was not granted.
58
59       PAM_IGNORE
60
61          pam_setcred was called which does nothing.
62
63       PAM_ABORT
64          Not all relevant data or options could be gotten.
65
66       PAM_USER_UNKNOWN
67          The user is not known to the system.
68

FILES

70       /etc/security/access.conf
71          Default configuration file
72

SEE ALSO

74       access.conf(5), pam.d(8), pam(8).
75

AUTHORS

77       The logdaemon style login access control scheme was designed and
78       implemented by Wietse Venema. The pam_access PAM module was developed
79       by Alexei Nogin <alexei@nogin.dnttm.ru>. The IPv6 support and the
80       network(address) / netmask feature was developed and provided by Mike
81       Becher <mike.becher@lrz-muenchen.de>.
82
83
84
85Linux-PAM Manual                  08/31/2006                     PAM_ACCESS(8)
Impressum