diff options
author | Werner Koch <[email protected]> | 2021-05-25 14:08:56 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2021-06-16 09:54:47 +0000 |
commit | 1c96f4d663c020167ed3d39e513751641dfc3567 (patch) | |
tree | e5ab269133251abde68ab1c6d9529134062422bd /dirmngr/ks-engine-ldap.c | |
parent | card: Fix typo in help message (diff) | |
download | gnupg-1c96f4d663c020167ed3d39e513751641dfc3567.tar.gz gnupg-1c96f4d663c020167ed3d39e513751641dfc3567.zip |
dirmngr: Support pseudo URI scheme "opaque".
* dirmngr/http.h (HTTP_PARSE_NO_SCHEME_CHECK): New.
* dirmngr/http.c (http_parse_uri): Use this flag. Change all callers
to use the new macro for better readability.
(do_parse_uri): Add pseudo scheme "opaque".
(uri_query_value): New.
--
This scheme can be used to convey arbitrary strings in a parsed_uri_t
object.
Signed-off-by: Werner Koch <[email protected]>
(cherry picked from commit 72124fadafde153f8ac89a70202006d831829d06)
Diffstat (limited to 'dirmngr/ks-engine-ldap.c')
-rw-r--r-- | dirmngr/ks-engine-ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/ks-engine-ldap.c b/dirmngr/ks-engine-ldap.c index da3d9ee1b..b7ff0633c 100644 --- a/dirmngr/ks-engine-ldap.c +++ b/dirmngr/ks-engine-ldap.c @@ -322,7 +322,7 @@ ks_ldap_help (ctrl_t ctrl, parsed_uri_t uri) "\n" "The ldaps:// and ldapi:// schemes are also supported. If ldaps is used\n" "then the server's certificate will be checked. If it is not valid, any\n" - "operation will be aborted.\n" + "operation will be aborted. Note that ldaps means LDAP with STARTTLS\n" "\n" "Supported methods: search, get, put\n"; gpg_error_t err; |