gpgconf: Return again "keyserver" for gpgsm.

* tools/gpgconf-comp.c (known_options_gpgsm): Change "ldapserver" back
to "keyserver".
This commit is contained in:
Werner Koch 2022-01-27 14:40:53 +01:00
parent 8fb23094c2
commit 977b61ddab
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 1 additions and 1 deletions

View File

@ -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 },