diff options
author | Sam Hartman <hartmans@debian.org> | 2024-02-27 21:25:44 -0700 |
---|---|---|
committer | Sam Hartman <hartmans@debian.org> | 2024-02-27 21:25:44 -0700 |
commit | 58c5a173ca608476917893e9054cf3d53d0b0744 (patch) | |
tree | c5d2ab69a993c150f48f705bff9d76c1139f1e33 /doc/man/PAM.8 | |
parent | 80d000dd6637be445a9a0fd930de765cc40352da (diff) | |
parent | 56cd5768b32fd97a7156977dcbbd40715e158e9c (diff) | |
download | pam-58c5a173ca608476917893e9054cf3d53d0b0744.tar.gz pam-58c5a173ca608476917893e9054cf3d53d0b0744.tar.bz2 pam-58c5a173ca608476917893e9054cf3d53d0b0744.zip |
Merge in 1.5.3 from experimental
Diffstat (limited to 'doc/man/PAM.8')
-rw-r--r-- | doc/man/PAM.8 | 25 |
1 files changed, 7 insertions, 18 deletions
diff --git a/doc/man/PAM.8 b/doc/man/PAM.8 index da3a5d6c..57fefc56 100644 --- a/doc/man/PAM.8 +++ b/doc/man/PAM.8 @@ -1,13 +1,13 @@ '\" t .\" Title: pam -.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/> -.\" Date: 09/03/2021 +.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] +.\" 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" "8" "09/03/2021" "Linux-PAM Manual" "Linux-PAM Manual" +.TH "PAM" "8" "05/07/2023" "Linux\-PAM" "Linux\-PAM Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -44,8 +44,8 @@ and The principal feature of the PAM approach is that the nature of the authentication is dynamically configurable\&. In other words, the system administrator is free to choose how individual service\-providing applications will authenticate users\&. This dynamic configuration is set by the contents of the single \fBLinux\-PAM\fR configuration file -/etc/pam\&.conf\&. Alternatively, the configuration can be set by individual configuration files located in the -/etc/pam\&.d/ +/etc/pam\&.conf\&. Alternatively and preferably, the configuration can be set by individual configuration files located in a +pam\&.d directory\&. The presence of this directory will cause \fBLinux\-PAM\fR to @@ -120,17 +120,6 @@ vendor configuration directory\&. Files in /etc/pam\&.d override files with the same name in this directory\&. .RE -.PP -<vendordir>/pam\&.d -.RS 4 -the -\fBLinux\-PAM\fR -vendor configuration directory\&. Files in -/etc/pam\&.d -and -/usr/lib/pam\&.d -override files with the same name in this directory\&. Only available if Linux\-PAM was compiled with vendordir enabled\&. -.RE .SH "ERRORS" .PP Typically errors generated by the |