aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2002-03-19 13:53:26 +0000
committerDavid Shaw <[email protected]>2002-03-19 13:53:26 +0000
commitd5a39044ef17e8cba0a2ec28acb0ad37cd2188f6 (patch)
tree8addb76751396129a1de5c7ce1331156d4deac92
parentChange meaning of --allow-non-selfsigned-uid to match change in code, and (diff)
downloadgnupg-d5a39044ef17e8cba0a2ec28acb0ad37cd2188f6.tar.gz
gnupg-d5a39044ef17e8cba0a2ec28acb0ad37cd2188f6.zip
Add some comments
-rw-r--r--keyserver/gpgkeys_ldap.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/keyserver/gpgkeys_ldap.c b/keyserver/gpgkeys_ldap.c
index 4c6c8e2b5..d311feb78 100644
--- a/keyserver/gpgkeys_ldap.c
+++ b/keyserver/gpgkeys_ldap.c
@@ -255,7 +255,13 @@ int get_key(char *getkey)
/* Use the long keyid to remove duplicates. The LDAP server
returns the same keyid more than once if there are
- multiple user IDs on the key. */
+ multiple user IDs on the key. Note that this does NOT
+ mean that a keyid that exists multiple times on the
+ keyserver will not be fetched. It means that each KEY,
+ no matter how many user IDs share it's keyid, will be
+ fetched only once. If a keyid that belongs to more than
+ one key is fetched, the server quite properly responds
+ with all matching keys. -ds */
vals=ldap_get_values(ldap,each,"pgpcertid");
if(vals!=NULL)