diff options
author | Werner Koch <wk@gnupg.org> | 2007-08-28 19:48:13 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2007-08-28 19:48:13 +0200 |
commit | f268889b8ffcd341353210ee141d4c6ded17ef86 (patch) | |
tree | 1757a6ce830b6dd9e2a9d914987e715e7289a920 /doc | |
parent | Implemented more gpg-agen options to support certain passphrase policies. (diff) | |
download | gnupg2-f268889b8ffcd341353210ee141d4c6ded17ef86.tar.xz gnupg2-f268889b8ffcd341353210ee141d4c6ded17ef86.zip |
Add more passphrase policy rules.
(--max-passphrase-days).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg-agent.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/gpg-agent.texi b/doc/gpg-agent.texi index 9751eee78..0dbf9ad39 100644 --- a/doc/gpg-agent.texi +++ b/doc/gpg-agent.texi @@ -365,6 +365,15 @@ a policy. A better policy is to educate users on good security behavior and optional to run a passphrase cracker regularly on all users passphrases t catch the very simple ones. +@item --max-passphrase-days @var{n} +@opindex max-passphrase-days +Ask the user to change the passphrase if @var{n} days have passed since +the last change. With @option{--enforce-passphrase-constraints} set the +user may not bypass this check. + +@item --enable-passphrase-history +@opindex enable-passphrase-history +This option does nothing yet. @item --pinentry-program @var{filename} @opindex pinentry-program |