mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
* gpgkeys_ldap.c (get_key, search_key), gpgkeys_hkp.c (get_key,
search_key), gpgkeys_http.c (get_key): Do not give informational logs since this is now done inside gpg.
This commit is contained in:
parent
10eb272a73
commit
6c5507fff0
4 changed files with 4 additions and 18 deletions
|
@ -1032,10 +1032,6 @@ get_key(char *getkey)
|
|||
if(!verbose)
|
||||
attrs[2]=NULL; /* keep only pgpkey(v2) and pgpcertid */
|
||||
|
||||
if(verbose)
|
||||
fprintf(console,"gpgkeys: requesting key 0x%s from ldap://%s%s%s\n",
|
||||
getkey,host,portstr[0]?":":"",portstr[0]?portstr:"");
|
||||
|
||||
err=ldap_search_s(ldap,basekeyspacedn,
|
||||
LDAP_SCOPE_SUBTREE,search,attrs,0,&res);
|
||||
if(err!=0)
|
||||
|
@ -1171,9 +1167,6 @@ search_key(char *searchkey)
|
|||
if(verbose>2)
|
||||
fprintf(console,"gpgkeys: LDAP search for: %s\n",search);
|
||||
|
||||
fprintf(console,("gpgkeys: searching for \"%s\" from LDAP server %s\n"),
|
||||
searchkey,host);
|
||||
|
||||
err=ldap_search_s(ldap,basekeyspacedn,
|
||||
LDAP_SCOPE_SUBTREE,search,attrs,0,&res);
|
||||
if(err!=LDAP_SUCCESS && err!=LDAP_SIZELIMIT_EXCEEDED)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue