diff options
author | Werner Koch <wk@gnupg.org> | 2007-08-29 11:51:37 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2007-08-29 11:51:37 +0200 |
commit | b13587ef167d58f960270fbcef674d8c919ba8dc (patch) | |
tree | f8ec6df5208e0f6dc50941d2f833ee2b3803e7ba /doc/examples | |
parent | Add more passphrase policy rules. (diff) | |
download | gnupg2-b13587ef167d58f960270fbcef674d8c919ba8dc.tar.xz gnupg2-b13587ef167d58f960270fbcef674d8c919ba8dc.zip |
New command --check-programs for gpgconf.
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/gpgconf.conf | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/examples/gpgconf.conf b/doc/examples/gpgconf.conf index f66b6b128..0f4a021eb 100644 --- a/doc/examples/gpgconf.conf +++ b/doc/examples/gpgconf.conf @@ -34,7 +34,14 @@ # :staff gpg-agent allow-mark-trusted [change] # gpg-agent min-passphrase-len 6 # -# * gpg-agent min-passphrase-len [no-change] 12 +# * gpg-agent min-passphrase-len [no-change] 8 +# gpg-agent min-passphrase-nonalpha [no-change] 1 +# gpg-agent max-passphrase-days [no-change] 700 +# gpg-agent enable-passphrase-history [no-change] +# gpg-agent enforce-passphrase-policy [default] +# gpg-agent enforce-passphrase-policy [no-change] +# gpg-agent max-cache-ttl [no-change] 10800 +# gpg-agent max-cache-ttl-ssh [no-change] 10800 # gpg-agent allow-mark-trusted [default] # gpg-agent allow-mark-trusted [no-change] # gpgsm enable-ocsp @@ -46,7 +53,7 @@ # to 6. All other users are not allowed to change # "min-passphrase-len" and "allow-mark-trusted". When "gpgconf # --apply-defaults" is used for them, "min-passphrase-len" is set to -# 12, "allow-mark-trusted" deleted from the config file and +# 8, "allow-mark-trusted" deleted from the config file and # "enable-ocsp" is put into the config file of gpgsm. The latter may # be changed by any user. #------------------------------------------------------------------- |