mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpgconf: Return --ldapserver and --keyserver from dirmngr.
* dirmngr/dirmngr.c: Reorder two option groups. * tools/gpgconf-comp.c (known_options_gpgsm): Rename "keyserver" to "ldapserver" and set level to invisible. (known_options_dirmngr): Add "ldapserver" at the basic level. * sm/gpgsm.c (opts): No more help text for "ldapserver". -- GnuPG-bug-id: 5800
This commit is contained in:
parent
1cf0c407bf
commit
0b4fdbd5f4
3 changed files with 11 additions and 11 deletions
|
@ -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 },
|
||||
{ "keyserver", GC_OPT_FLAG_LIST, GC_LEVEL_BASIC,
|
||||
{ "ldapserver", 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 },
|
||||
|
@ -505,6 +505,8 @@ static known_option_t known_options_dirmngr[] =
|
|||
{ "force", GC_OPT_FLAG_NONE, GC_LEVEL_BASIC },
|
||||
{ "use-tor", GC_OPT_FLAG_NONE, GC_LEVEL_BASIC },
|
||||
{ "keyserver", GC_OPT_FLAG_NONE, GC_LEVEL_BASIC },
|
||||
{ "ldapserver", GC_OPT_FLAG_LIST, GC_LEVEL_BASIC,
|
||||
GC_ARG_TYPE_LDAP_SERVER },
|
||||
{ "disable-http", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED },
|
||||
{ "ignore-http-dp", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED },
|
||||
{ "http-proxy", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue