diff options
author | Werner Koch <[email protected]> | 2021-11-12 15:11:15 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2021-11-12 15:15:17 +0000 |
commit | 751b978ee1dcb2b8dec9645ce9bf8a02c9da2be3 (patch) | |
tree | 18a70ab059bd4f298b4eabd05debec5404f6277a | |
parent | scd: More conservative selection of a card reader. (diff) | |
download | gnupg-751b978ee1dcb2b8dec9645ce9bf8a02c9da2be3.tar.gz gnupg-751b978ee1dcb2b8dec9645ce9bf8a02c9da2be3.zip |
doc: Clarify the "ntds" AKL mechanism.
--
-rw-r--r-- | doc/gpg.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 1541edd3d..3209a2d7a 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -1827,7 +1827,9 @@ list. The default is "local,wkd". @item ntds Locate the key using the Active Directory (Windows only). This method also allows to search by fingerprint using the command - @option{--locate-external-key}. + @option{--locate-external-key}. Note that this mechanism is + actually a shortcut for the mechanism @samp{keyserver} but using + "ldap:///" as the keyserver. @item keyserver Locate a key using a keyserver. This method also allows to search |