diff options
Diffstat (limited to 'doc/gpg.texi')
-rw-r--r-- | doc/gpg.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 408374f90..5c98091d8 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -1981,15 +1981,15 @@ list. The default is "local,wkd". Locate a key using the Web Key Directory protocol. @item ldap - 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)}. + Locate the key using the configured LDAP servers. This method is + similar to the @code{keyserver} mechanism but always uses only LDAP + servers. @item ntds Locate the key using the Active Directory (Windows only). This method also allows one to search by fingerprint using the command @option{--locate-external-key}. Note that this mechanism is - actually a shortcut for the mechanism @samp{keyserver} but using + actually a shortcut for the mechanism @samp{ldap} using only "ldap:///" as the keyserver. @item keyserver |