diff options
Diffstat (limited to 'modules/pam_access/pam_access.8')
-rw-r--r-- | modules/pam_access/pam_access.8 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/modules/pam_access/pam_access.8 b/modules/pam_access/pam_access.8 index 92de516d..c9f9d402 100644 --- a/modules/pam_access/pam_access.8 +++ b/modules/pam_access/pam_access.8 @@ -1,13 +1,13 @@ '\" t .\" Title: pam_access .\" Author: [see the "AUTHORS" section] -.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/> -.\" Date: 09/03/2021 +.\" Generator: DocBook XSL Stylesheets v1.79.2 <http://docbook.sf.net/> +.\" Date: 05/07/2023 .\" Manual: Linux-PAM Manual -.\" Source: Linux-PAM Manual +.\" Source: Linux-PAM .\" Language: English .\" -.TH "PAM_ACCESS" "8" "09/03/2021" "Linux-PAM Manual" "Linux-PAM Manual" +.TH "PAM_ACCESS" "8" "05/07/2023" "Linux\-PAM" "Linux\-PAM Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -51,25 +51,25 @@ option the files in the above directory are not parsed\&. If Linux PAM is compiled with audit support the module will report when it denies access based on origin (host, tty, etc\&.)\&. .SH "OPTIONS" .PP -\fBaccessfile=\fR\fB\fI/path/to/access\&.conf\fR\fR +accessfile=/path/to/access\&.conf .RS 4 Indicate an alternative access\&.conf style configuration file to override the default\&. This can be useful when different services need different access lists\&. .RE .PP -\fBdebug\fR +debug .RS 4 A lot of debug information is printed with \fBsyslog\fR(3)\&. .RE .PP -\fBnoaudit\fR +noaudit .RS 4 Do not report logins from disallowed hosts and ttys to the audit subsystem\&. .RE .PP -\fBfieldsep=\fR\fB\fIseparators\fR\fR +fieldsep=separators .RS 4 This option modifies the field separator character that pam_access will recognize when parsing the access configuration file\&. For example: \fBfieldsep=|\fR @@ -78,14 +78,14 @@ will cause the default `:\*(Aq character to be treated as part of a field value item is likely to be of the form "hostname:0" which includes a `:\*(Aq character in its value\&. But you should not need this\&. .RE .PP -\fBlistsep=\fR\fB\fIseparators\fR\fR +listsep=separators .RS 4 This option modifies the list separator character that pam_access will recognize when parsing the access configuration file\&. For example: \fBlistsep=,\fR will cause the default ` \*(Aq (space) and `\et\*(Aq (tab) characters to be treated as part of a list element value and `,\*(Aq becomes the only list element separator\&. Doing this may be useful on a system with group information obtained from a Windows domain, where the default built\-in groups "Domain Users", "Domain Admins" contain a space\&. .RE .PP -\fBnodefgroup\fR +nodefgroup .RS 4 User tokens which are not enclosed in parentheses will not be matched against the group database\&. The backwards compatible default is to try the group database match even for tokens not enclosed in parentheses\&. .RE |