diff options
| author | Werner Koch <[email protected]> | 2020-12-17 17:18:52 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2020-12-17 17:25:34 +0000 |
| commit | 4a3836e2b2f9a91995d5ce058820e1121298f548 (patch) | |
| tree | 29040bbaf899bdd5843710645f5367f35812ff16 /g10/options.h | |
| parent | dirmngr: Support "ldap:///" for the current AD user. (diff) | |
| download | gnupg-4a3836e2b2f9a91995d5ce058820e1121298f548.tar.gz gnupg-4a3836e2b2f9a91995d5ce058820e1121298f548.zip | |
gpg: New AKL method "ntds"
* dirmngr/ks-engine-ldap.c (keyspec_to_ldap_filter): Change the new
support for KEYDB_SEARCH_MODE_MAIL.
(ks_ldap_get): Add a debug.
* g10/options.h (AKL_NTDS): New.
* g10/keyserver.c (keyserver_import_ntds): New.
(keyserver_get_chunk): Allow KEYDB_SEARCH_MODE_MAIL.
* g10/getkey.c (parse_auto_key_locate): Support "ntds".
(get_pubkey_byname): Ditto.
Diffstat (limited to 'g10/options.h')
| -rw-r--r-- | g10/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index b014514e5..2f4a76960 100644 --- a/g10/options.h +++ b/g10/options.h @@ -265,6 +265,7 @@ struct AKL_DANE, AKL_WKD, AKL_LDAP, + AKL_NTDS, AKL_KEYSERVER, AKL_SPEC } type; |
