diff options
author | Werner Koch <[email protected]> | 2022-01-27 13:40:53 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2022-01-27 13:40:53 +0000 |
commit | 977b61ddab0ceb5de48645a5550434441f5eeba3 (patch) | |
tree | 3ad0b54ce8be652c5aa3caaf7295a2e2bf1562c5 /tools/gpgconf-comp.c | |
parent | gpgconf: Fix --list-options for forced options (diff) | |
download | gnupg-977b61ddab0ceb5de48645a5550434441f5eeba3.tar.gz gnupg-977b61ddab0ceb5de48645a5550434441f5eeba3.zip |
gpgconf: Return again "keyserver" for gpgsm.
* tools/gpgconf-comp.c (known_options_gpgsm): Change "ldapserver" back
to "keyserver".
Diffstat (limited to 'tools/gpgconf-comp.c')
-rw-r--r-- | tools/gpgconf-comp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c index b8ed050ce..362227471 100644 --- a/tools/gpgconf-comp.c +++ b/tools/gpgconf-comp.c @@ -461,7 +461,7 @@ static known_option_t known_options_gpgsm[] = { "encrypt-to", GC_OPT_FLAG_NONE, GC_LEVEL_BASIC }, { "disable-dirmngr", GC_OPT_FLAG_NONE, GC_LEVEL_EXPERT }, { "p12-charset", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED }, - { "ldapserver", GC_OPT_FLAG_LIST, GC_LEVEL_INVISIBLE, + { "keyserver", GC_OPT_FLAG_LIST, GC_LEVEL_INVISIBLE, GC_ARG_TYPE_LDAP_SERVER }, { "compliance", GC_OPT_FLAG_NONE, GC_LEVEL_EXPERT }, { "debug-level", GC_OPT_FLAG_ARG_OPT, GC_LEVEL_ADVANCED }, |