diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2002-05-10 04:03:01 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2002-05-10 04:03:01 +0000 |
commit | 8d0f9ece4a5ec369397974d1a5645f86f6820919 (patch) | |
tree | d12aeaf476dc522da96ea2c202661c4032b710f4 /doc/modules | |
parent | b30fb298134923aae3c68389895a7ad243078142 (diff) | |
download | pam-8d0f9ece4a5ec369397974d1a5645f86f6820919.tar.gz pam-8d0f9ece4a5ec369397974d1a5645f86f6820919.tar.bz2 pam-8d0f9ece4a5ec369397974d1a5645f86f6820919.zip |
Relevant BUGIDs: 554274, 554261, 554182
Purpose of commit: documentation fixes
Commit summary:
---------------
Three fixes for documentation - bugs, typos, expired truths.
Diffstat (limited to 'doc/modules')
-rw-r--r-- | doc/modules/pam_deny.sgml | 10 | ||||
-rw-r--r-- | doc/modules/pam_time.sgml | 2 |
2 files changed, 5 insertions, 7 deletions
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. <tag><bf>Examples/suggested usage:</bf></tag> 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 <tt/pam_motd/ module, we might use the following -entries in the configuration file to inform the user it is system -time: +day perhaps (<tt/pam_motd/ for example), this module can be used to +block a user from starting a shell. We might use the following entries +in the configuration file to inform the user it is system time: <tscreen> <verb> # @@ -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 </verb> </tscreen> 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. <tag><bf>Description:</bf></tag> This module bases its actions on the rules listed in its configuration -file: <tt>/etc/security/pam.conf</tt>. Each rule has the following +file: <tt>/etc/security/time.conf</tt>. Each rule has the following form, <tscreen> <em/services/<tt/;/<em/ttys/<tt/;/<em/users/<tt/;/<em/times/ |