diff options
author | David Shaw <[email protected]> | 2005-08-19 13:37:47 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2005-08-19 13:37:47 +0000 |
commit | bd146d5fcc9f33c0ea25c4130c6e7472a7cb21fc (patch) | |
tree | ecb019721a47d5083a80535e97e7a7b9e4b480c9 /g10/options.skel | |
parent | * ksutil.h, ksutil.c (parse_ks_options): New keyserver-option exact-name. (diff) | |
download | gnupg-bd146d5fcc9f33c0ea25c4130c6e7472a7cb21fc.tar.gz gnupg-bd146d5fcc9f33c0ea25c4130c6e7472a7cb21fc.zip |
* options.skel: Remove the surfnet LDAP keyserver from the list of
samples since it is being shut down.
* getkey.c (classify_user_id): Disable the '.' and '+' search modes
since they aren't supported yet.
Diffstat (limited to '')
-rw-r--r-- | g10/options.skel | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/g10/options.skel b/g10/options.skel index cf5033bef..37bf87c12 100644 --- a/g10/options.skel +++ b/g10/options.skel @@ -92,7 +92,6 @@ # mailto:[email protected] # # Example LDAP keyservers: -# ldap://pgp.surfnet.nl:11370 # ldap://keyserver.pgp.com # # Regular URL syntax applies, and you can set an alternate port @@ -114,7 +113,6 @@ keyserver hkp://subkeys.pgp.net #keyserver mailto:[email protected] -#keyserver ldap://pgp.surfnet.nl:11370 #keyserver ldap://keyserver.pgp.com # Common options for keyserver functions: |