mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpg: Do not use self-sigs-only for LDAP keyserver imports.
* dirmngr/ks-engine-ldap.c (ks_ldap_get): Print a SOURCE status. * g10/options.h (opts): New field expl_import_self_sigs_only. * g10/import.c (parse_import_options): Set it. * g10/keyserver.c (keyserver_get_chunk): Add special options for LDAP. -- I can be assumed that configured LDAP servers are somehow curated and not affected by rogue key signatures as the HKP servers are. Thus we can allow the import of key signature from LDAP keyservers by default. GnuPG-bug-id: 5387
This commit is contained in:
parent
a16f726f94
commit
6c26e593df
5 changed files with 37 additions and 5 deletions
|
@ -2010,7 +2010,9 @@ are available for all keyserver types, some common options are:
|
|||
@end table
|
||||
|
||||
The default list of options is: "self-sigs-only, import-clean,
|
||||
repair-keys, repair-pks-subkey-bug, export-attributes".
|
||||
repair-keys, repair-pks-subkey-bug, export-attributes". However, if
|
||||
the actual used source is an LDAP server "no-self-sigs-only" is
|
||||
assumed unless "self-sigs-only" has been explictly configured.
|
||||
|
||||
|
||||
@item --completes-needed @var{n}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue