From 42f4dc06c31fc1e8eb3d11ce896bad65ca0489af Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Wed, 9 Jul 2008 13:09:10 +0000 Subject: Relevant BUGIDs: 1994330 Purpose of commit: bugfix Commit summary: --------------- 2008-07-09 Thorsten Kukuk * modules/pam_securetty/pam_securetty.8.xml: Replace PAM_IGNORE with PAM_USER_UNKNOWN (#1994330) --- ChangeLog | 2 ++ modules/pam_securetty/pam_securetty.8.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0540605e..bdd43466 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2008-07-09 Thorsten Kukuk + * 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 @@ - PAM_IGNORE + PAM_USER_UNKNOWN The module could not find the user name in the -- cgit v1.2.3