mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
dirmngr: Allow conf files to disable default keyservers.
* dirmngr/server.c (ensure_keyserver): Detect special value "none" (cmd_keyserver): Ignore "none" and "hkp://none". -- GnuPG-bug-id: 6708
This commit is contained in:
parent
362a6dfb0a
commit
0aa32e2429
3 changed files with 23 additions and 5 deletions
|
@ -344,7 +344,8 @@ whether Tor is locally running or not. The check for a running Tor is
|
|||
done for each new connection.
|
||||
|
||||
If no keyserver is explicitly configured, dirmngr will use the
|
||||
built-in default of @code{https://keyserver.ubuntu.com}.
|
||||
built-in default of @code{https://keyserver.ubuntu.com}. To avoid the
|
||||
use of a default keyserver the value @code{none} can be used.
|
||||
|
||||
Windows users with a keyserver running on their Active Directory
|
||||
may use the short form @code{ldap:///} for @var{name} to access this directory.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue