aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2023-07-05 00:29:54 +0000
committerNIIBE Yutaka <[email protected]>2023-07-05 01:46:45 +0000
commit9ae3cfcabec9252c22d67b7a15c36f0a8cf22f0f (patch)
tree2ffe40f530443310e440032829487772c84ee6c4 /dirmngr
parentPost release updates (diff)
downloadgnupg-9ae3cfcabec9252c22d67b7a15c36f0a8cf22f0f.tar.gz
gnupg-9ae3cfcabec9252c22d67b7a15c36f0a8cf22f0f.zip
dirmngr: Enable the call of ks_ldap_help_variables when USE_LDAP.
* dirmngr/server.c [USE_LDAP] (cmd_ad_query): Conditionalize. -- Cherry-pick master commit of: dc13361524c1477b2106c7385f2059f9ea111b84 Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'dirmngr')
-rw-r--r--dirmngr/server.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dirmngr/server.c b/dirmngr/server.c
index 51a149cb2..ee61f63d6 100644
--- a/dirmngr/server.c
+++ b/dirmngr/server.c
@@ -2776,7 +2776,9 @@ cmd_ad_query (assuan_context_t ctx, char *line)
if (opt_help)
{
+#if USE_LDAP
ks_ldap_help_variables (ctrl);
+#endif
err = 0;
goto leave;
}