diff options
author | Werner Koch <wk@gnupg.org> | 2021-11-12 16:11:15 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2021-11-12 16:11:56 +0100 |
commit | 6d52cb966e0e60894911be0d6317f3f1577a3148 (patch) | |
tree | 4a1e3375909e40a1e0814f470dfdc1400112ac97 /doc | |
parent | gpg: Don't use malloc for kek_params. (diff) | |
download | gnupg2-6d52cb966e0e60894911be0d6317f3f1577a3148.tar.xz gnupg2-6d52cb966e0e60894911be0d6317f3f1577a3148.zip |
doc: Clarify the "ntds" AKL mechanism.
--
Diffstat (limited to 'doc')
-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 370eb32db..02d7abb59 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -1855,7 +1855,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 |