diff options
author | David Shaw <[email protected]> | 2009-07-23 18:28:54 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2009-07-23 18:28:54 +0000 |
commit | ab9a918bc27f13b3dae740e911802afefc29ddb6 (patch) | |
tree | 3f40ceecfde771718fa52a69a699e711305f0d3a /doc/gpg.texi | |
parent | Print status of CRL checks in the audit log. (diff) | |
download | gnupg-ab9a918bc27f13b3dae740e911802afefc29ddb6.tar.gz gnupg-ab9a918bc27f13b3dae740e911802afefc29ddb6.zip |
Try a DNS-SD lookup to find a domain-specific LDAP server before
resorting to keys.{domain}.
Diffstat (limited to 'doc/gpg.texi')
-rw-r--r-- | doc/gpg.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 035f948dd..14a8b1d92 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -1376,8 +1376,9 @@ Locate a key using DNS CERT, as specified in rfc4398. Locate a key using DNS PKA. @item ldap -Locate a key using the PGP Universal method of checking -@samp{ldap://keys.(thedomain)}. +Using DNS Service Discovery, check the domain in question for any LDAP +keyservers to use. If this fails, attempt to locate the key using the +PGP Universal method of checking @samp{ldap://keys.(thedomain)}. @item keyserver Locate a key using whatever keyserver is defined using the |