diff options
| author | Werner Koch <[email protected]> | 2025-10-21 08:50:29 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2025-10-21 08:50:29 +0000 |
| commit | 31de5d0d8cd59195bfb57f9ff3b490cd5e30b3ce (patch) | |
| tree | f7aa0e1f816092f8a12d265bb8f5e29ba37ceccf /doc/dirmngr.texi | |
| parent | w32: When deleting a private key retry up to 400ms. (diff) | |
| download | gnupg-31de5d0d8cd59195bfb57f9ff3b490cd5e30b3ce.tar.gz gnupg-31de5d0d8cd59195bfb57f9ff3b490cd5e30b3ce.zip | |
dirmngr: New LDAP keyserver flag "upload"
* dirmngr/dirmngr.h (struct ldap_server_s): Add flag "upload".
* dirmngr/ldapserver.c (ldapserver_parse_one): Parse and set new flag.
* dirmngr/ks-action.c: Include ldapserver.h
(ks_action_get): Skip servers with the upload flag set.
(ks_action_put): Use the first server with the upload flag set if any
such flag is used.
--
Note that this flag can only be specified using the modern colon
syntax.
GnuPG-bug-id: 7866
Diffstat (limited to 'doc/dirmngr.texi')
| -rw-r--r-- | doc/dirmngr.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/dirmngr.texi b/doc/dirmngr.texi index eda33064e..9335a3324 100644 --- a/doc/dirmngr.texi +++ b/doc/dirmngr.texi @@ -516,6 +516,8 @@ with the current user. @item areconly On Windows use only the A or AAAA record when resolving the LDAP server name. +@item upload +This server is only used for uploading (sending) data to an LDAP server. @end table Note that in an URL style specification the scheme @code{ldaps://} |
