diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2020-11-24 18:00:00 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2020-11-24 18:00:00 +0000 |
commit | 5a768e62f0734a7d5c9207ba2a84757d1f574b9d (patch) | |
tree | 2115b0c60c9ac914078ce6ee1e6088ada80ce4d2 /modules/pam_faillock | |
parent | 5b7ba35ebfd280c931933fedbf98cb7f4a8846f2 (diff) | |
download | pam-5a768e62f0734a7d5c9207ba2a84757d1f574b9d.tar.gz pam-5a768e62f0734a7d5c9207ba2a84757d1f574b9d.tar.bz2 pam-5a768e62f0734a7d5c9207ba2a84757d1f574b9d.zip |
Fix grammar: replace "an user" with "a user" everywhere
* NEWS: Replace "an user" with "a user".
* modules/pam_faillock/pam_faillock.8.xml: Likewise.
* modules/pam_lastlog/pam_lastlog.8.xml: Likewise.
* modules/pam_limits/pam_limits.c: Likewise.
* modules/pam_sepermit/sepermit.conf: Likewise.
* modules/pam_tty_audit/pam_tty_audit.8.xml: Likewise.
* modules/pam_userdb/pam_userdb.c: Likewise.
Diffstat (limited to 'modules/pam_faillock')
-rw-r--r-- | modules/pam_faillock/pam_faillock.8.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_faillock/pam_faillock.8.xml b/modules/pam_faillock/pam_faillock.8.xml index f43b4015..58c16442 100644 --- a/modules/pam_faillock/pam_faillock.8.xml +++ b/modules/pam_faillock/pam_faillock.8.xml @@ -234,7 +234,7 @@ Note that using the module in <option>preauth</option> without the <option>silent</option> option specified in <filename>/etc/security/faillock.conf</filename> or with <emphasis>requisite</emphasis> control field leaks an information about - existence or non-existence of an user account in the system because + existence or non-existence of a user account in the system because the failures are not recorded for the unknown users. The message about the user account being locked is never displayed for non-existing user accounts allowing the adversary to infer that a particular account |