gnupg-2.4.3-no-ldap.patch (732B)
1 https://dev.gnupg.org/T6579 2 https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=commit;h=dc13361524c1477b2106c7385f2059f9ea111b84 3 4 From dc13361524c1477b2106c7385f2059f9ea111b84 Mon Sep 17 00:00:00 2001 5 From: NIIBE Yutaka <gniibe@fsij.org> 6 Date: Wed, 5 Jul 2023 09:29:54 +0900 7 Subject: [PATCH] dirmngr: Enable the call of ks_ldap_help_variables when 8 USE_LDAP. 9 10 * dirmngr/server.c [USE_LDAP] (cmd_ad_query): Conditionalize. 11 12 -- 13 14 Signed-off-by: NIIBE Yutaka <gniibe@fsij.org> 15 --- a/dirmngr/server.c 16 +++ b/dirmngr/server.c 17 @@ -2776,7 +2776,9 @@ cmd_ad_query (assuan_context_t ctx, char *line) 18 19 if (opt_help) 20 { 21 +#if USE_LDAP 22 ks_ldap_help_variables (ctrl); 23 +#endif 24 err = 0; 25 goto leave; 26 } 27 -- 28 2.11.0