aboutsummaryrefslogtreecommitdiffstats
path: root/doc/dirmngr.texi
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2023-09-06 07:36:47 +0000
committerWerner Koch <[email protected]>2023-09-06 07:50:28 +0000
commit0aa32e2429bb4aaae4151567dc9556a01faea637 (patch)
tree67cb86eeca7dbead9cb967e09f874e35f32aa2c8 /doc/dirmngr.texi
parentgpg: Fix last commit. (diff)
downloadgnupg-0aa32e2429bb4aaae4151567dc9556a01faea637.tar.gz
gnupg-0aa32e2429bb4aaae4151567dc9556a01faea637.zip
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
Diffstat (limited to 'doc/dirmngr.texi')
-rw-r--r--doc/dirmngr.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/dirmngr.texi b/doc/dirmngr.texi
index fb448752a..398888e71 100644
--- a/doc/dirmngr.texi
+++ b/doc/dirmngr.texi
@@ -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.