dirmngr: Fix adding keys to an LDAP server.
* dirmngr/ks-engine-ldap.c (ks_ldap_put): Extract attribites into addlist.
The code used the wrong list which resulting in adding attributes
marked for deletion. In particular Active Directory does not accept
such an data and rejects them. The bug was introduced into 2.1 while
porting the code from the old keyserver helpers to dirmngr.
- Fixes-commit: 51341badb623927f2a358588c725a356fc77dbe7
- Signed-off-by: Werner Koch <wk@gnupg.org>