diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2008-07-09 13:09:10 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2008-07-09 13:09:10 +0000 |
commit | 42f4dc06c31fc1e8eb3d11ce896bad65ca0489af (patch) | |
tree | 17a6b23d56fc42b1e41bb635b5aa26bca09e43fd | |
parent | 72fae03ec85016c4c443eb1c0195ed54b4423544 (diff) | |
download | pam-42f4dc06c31fc1e8eb3d11ce896bad65ca0489af.tar.gz pam-42f4dc06c31fc1e8eb3d11ce896bad65ca0489af.tar.bz2 pam-42f4dc06c31fc1e8eb3d11ce896bad65ca0489af.zip |
Relevant BUGIDs: 1994330
Purpose of commit: bugfix
Commit summary:
---------------
2008-07-09 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_securetty/pam_securetty.8.xml: Replace
PAM_IGNORE with PAM_USER_UNKNOWN (#1994330)
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | modules/pam_securetty/pam_securetty.8.xml | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ 2008-07-09 Thorsten Kukuk <kukuk@thkukuk.de> + * modules/pam_securetty/pam_securetty.8.xml: Replace + PAM_IGNORE with PAM_USER_UNKNOWN (#1994330) * modules/pam_tally/pam_tally.c: Add support for silent and no_log_info options. * modules/pam_tally/pam_tally.8.xml: Document silent and diff --git a/modules/pam_securetty/pam_securetty.8.xml b/modules/pam_securetty/pam_securetty.8.xml index 56348d78..ef8562ea 100644 --- a/modules/pam_securetty/pam_securetty.8.xml +++ b/modules/pam_securetty/pam_securetty.8.xml @@ -116,7 +116,7 @@ </listitem> </varlistentry> <varlistentry> - <term>PAM_IGNORE</term> + <term>PAM_USER_UNKNOWN</term> <listitem> <para> The module could not find the user name in the |