mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* pkclist.c (build_pk_list): Fail if any recipient keys are unusable.
* options.skel: The PGP LDAP keyserver is back. Use MIT keyserver as a sample rather than cryptnet as cryptnet does not support searching yet. * keyedit.c (show_key_with_all_names): Fix error message (preferences are userid/selfsig and not key specific).
This commit is contained in:
parent
c6178bdb69
commit
c721e11bf5
4 changed files with 26 additions and 3 deletions
|
@ -85,13 +85,14 @@ lock-once
|
|||
# support).
|
||||
#
|
||||
# Example HKP keyserver:
|
||||
# x-hkp://keyserver.cryptnet.net
|
||||
# x-hkp://pgp.mit.edu
|
||||
#
|
||||
# Example email keyserver:
|
||||
# mailto:pgp-public-keys@keys.nl.pgp.net
|
||||
#
|
||||
# Example LDAP keyserver:
|
||||
# Example LDAP keyservers:
|
||||
# ldap://pgp.surfnet.nl:11370
|
||||
# ldap://keyserver.pgp.com
|
||||
#
|
||||
# Regular URL syntax applies, and you can set an alternate port
|
||||
# through the usual method:
|
||||
|
@ -109,6 +110,7 @@ lock-once
|
|||
#keyserver x-hkp://pgp.mit.edu
|
||||
#keyserver mailto:pgp-public-keys@keys.nl.pgp.net
|
||||
#keyserver ldap://pgp.surfnet.nl:11370
|
||||
#keyserver ldap://keyserver.pgp.com
|
||||
|
||||
# Common options for keyserver functions:
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue