diff options
author | Sebastien Tricaud <toady@gscore.org> | 2005-01-16 22:12:24 +0000 |
---|---|---|
committer | Sebastien Tricaud <toady@gscore.org> | 2005-01-16 22:12:24 +0000 |
commit | 265d8a5b9d5df51af0e5b0b62b0d390ec04872ae (patch) | |
tree | 0b25a94ed7c401e81fdb7973744ac9d0fe7a767d /doc | |
parent | ea0ecd8c547fc83619b00ebfb6cf15fedddac4b5 (diff) | |
download | pam-265d8a5b9d5df51af0e5b0b62b0d390ec04872ae.tar.gz pam-265d8a5b9d5df51af0e5b0b62b0d390ec04872ae.tar.bz2 pam-265d8a5b9d5df51af0e5b0b62b0d390ec04872ae.zip |
Audit option added
Diffstat (limited to 'doc')
-rw-r--r-- | doc/modules/pam_tally.sgml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/modules/pam_tally.sgml b/doc/modules/pam_tally.sgml index 44c6f4ed..afff25ca 100644 --- a/doc/modules/pam_tally.sgml +++ b/doc/modules/pam_tally.sgml @@ -73,6 +73,11 @@ of usernames would be much more flexible <item> <tt>file=</tt><em>/where/to/keep/counts</em>: specify the file location for the counts. The default location is <tt>/var/log/faillog</tt>. +<item> <tt>audit</tt>: + display the username typed if the user is not found. It may be + useful for scripts, but you should know users often type their + password instead making your system weaker. Activate it only if you + know what you are doing. </itemize> <sect2>Authentication component |