From: Andrew G. Morgan Date: Fri, 10 May 2002 04:03:01 +0000 (+0000) Subject: Relevant BUGIDs: 554274, 554261, 554182 X-Git-Tag: Linux-PAM-0-76~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d0f9ece4a5ec369397974d1a5645f86f6820919;p=linux-pam Relevant BUGIDs: 554274, 554261, 554182 Purpose of commit: documentation fixes Commit summary: --------------- Three fixes for documentation - bugs, typos, expired truths. --- diff --git a/CHANGELOG b/CHANGELOG index 4d3dbaab..7e0286b4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -55,6 +55,9 @@ bug report - outstanding bugs are listed here: 0.76: please submit patches for this section with actual code/doc patches! +* documentation: pam_time.sgml typo fixed, pam_motd exists now, + correct Red Hat comment about config files (Bugs 554274, 554261, + 554182 - agmorgan) * pam_limits: added '%' domain for maxlogins limiting, now '*' and @group have the old meaning (every) and '%' the new one (all) (Bug 533664 - baggins) diff --git a/doc/modules/pam_deny.sgml b/doc/modules/pam_deny.sgml index 7d9df7e7..6953231f 100644 --- a/doc/modules/pam_deny.sgml +++ b/doc/modules/pam_deny.sgml @@ -155,11 +155,9 @@ session on the host computer. Examples/suggested usage: Together with another session module, that displays a message of the -day perhaps (XXX - such a module needs to be written), -this module can be used to block a user from starting a shell. Given -the presence of a # @@ -167,7 +165,7 @@ time: # session (politely) # login session required pam_motd.so \ - file=/etc/system_time + motd=/etc/system_time login session required pam_deny.so diff --git a/doc/modules/pam_time.sgml b/doc/modules/pam_time.sgml index a1829c16..8c5f677f 100644 --- a/doc/modules/pam_time.sgml +++ b/doc/modules/pam_time.sgml @@ -58,7 +58,7 @@ and their terminal from which they are making their request. Description: This module bases its actions on the rules listed in its configuration -file: /etc/security/pam.conf. Each rule has the following +file: /etc/security/time.conf. Each rule has the following form, The Linux-PAM System Administrators' Guide Andrew G. Morgan, morgan@kernel.org -DRAFT v0.76 2001/12/08 +DRAFT v0.76 2002/05/09 This manual documents what a system-administrator needs to know about the Linux-PAM library. It covers the correct syntax of the @@ -599,9 +599,9 @@ mode uses either /etc/pam.d/ or /etc/pam.conf configuration but not both. That is to say, if there is a /etc/pam.d/ directory then libpam only uses the files contained in this directory. However, in the absence of the -/etc/pam.d/ directory the /etc/pam.conf file is -used. The other mode (and the one currently supported by Red Hat 4.2 -and higher) is to use both /etc/pam.d/ and +/etc/pam.d/ directory the /etc/pam.conf file is used +(this is likely to be the mode your preferred distribution uses). The +other mode is to use both /etc/pam.d/ and /etc/pam.conf in sequence. In this mode, entries in /etc/pam.d/ override those of /etc/pam.conf. @@ -1071,9 +1071,9 @@ for all the good work they have done. Copyright information for this document

-Copyright (c) Andrew G. Morgan 1996-9. All rights reserved. +Copyright (c) Andrew G. Morgan 1996-2002. All rights reserved. -Email: <morgan@linux.kernel.org> +Email: <morgan@kernel.org>

Redistribution and use in source and binary forms, with or without