diff options
author | Werner Koch <wk@gnupg.org> | 2007-10-23 20:13:27 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2007-10-23 20:13:27 +0200 |
commit | fca02368da72f42f84e328ecbef04c40b2bfa4fb (patch) | |
tree | 5e79b188e8c6860497169c8a894405b0bc0c4930 /doc/examples | |
parent | Fixed wrong entry in the gpg-agent table. (diff) | |
download | gnupg2-fca02368da72f42f84e328ecbef04c40b2bfa4fb.tar.xz gnupg2-fca02368da72f42f84e328ecbef04c40b2bfa4fb.zip |
New option --list-config for gpgconf.
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/gpgconf.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/examples/gpgconf.conf b/doc/examples/gpgconf.conf index 0f4a021eb..ec8685acb 100644 --- a/doc/examples/gpgconf.conf +++ b/doc/examples/gpgconf.conf @@ -9,8 +9,8 @@ # white space character, are ignored. The line is separated by white # space into fields. The first field is used to match the user or # group and must start at the first column, the file is processes -# sequential until a matching rle is found. A rule may contain -# several lines, continuation lines are indicated by a indenting them. +# sequential until a matching rule is found. A rule may contain +# several lines; continuation lines are indicated by a indenting them. # # Syntax of a line: # <key>|WS <component> <option> ["["<flag>"]"] [<value>] @@ -38,8 +38,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 enforce-passphrase-constraints [default] +# gpg-agent enforce-passphrase-constraints [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] |