diff options
| author | Werner Koch <[email protected]> | 2025-07-25 13:06:38 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2025-07-25 13:06:38 +0000 |
| commit | 9d356a172e7cc492707a6466d30ede8eb0dcf92d (patch) | |
| tree | b7fd0d5772bda62b0e530eaea22a6701c2690588 /dirmngr/server.c | |
| parent | tools: Add an experimental Windows descryption script. (diff) | |
| download | gnupg-9d356a172e7cc492707a6466d30ede8eb0dcf92d.tar.gz gnupg-9d356a172e7cc492707a6466d30ede8eb0dcf92d.zip | |
dirmngr: Implement command KS_DEL for ldap servers.
* dirmngr/ks-action.c (ks_action_del): Change some variable names and
comments.
* dirmngr/ks-engine-ldap.c (ks_ldap_del): Implement.
--
GnuPG-bug-id: 5447
Tested using OpenLDAP on Linux and with an LDS and AD on Windows.
Diffstat (limited to 'dirmngr/server.c')
| -rw-r--r-- | dirmngr/server.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dirmngr/server.c b/dirmngr/server.c index 3ad939a6b..747d0a914 100644 --- a/dirmngr/server.c +++ b/dirmngr/server.c @@ -2723,11 +2723,10 @@ cmd_ks_put (assuan_context_t ctx, char *line) static const char hlp_ks_del[] = - "KS_DEL --ldap {<pattern>}\n" + "KS_DEL --ldap {<fingerprints>}\n" "\n" - "Delete the keys matching PATTERN from the configured OpenPGP LDAP server\n" - "The pattern should be a fingerprint.\n" - "The option --ldap is mandatory.\n"; + "Delete the keys specified by primary keys FINGERPRINTS from the\n" + "configured OpenPGP LDAP server. The option --ldap is mandatory."; static gpg_error_t cmd_ks_del (assuan_context_t ctx, char *line) { |
