mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
dirmngr: Add warning on the use of --add-servers.
* tools/gpgconf-comp.c (known_options_dirmngr): Degrade add-servers to expert mode.
This commit is contained in:
parent
ff31dde456
commit
210575d882
3 changed files with 21 additions and 11 deletions
|
@ -470,7 +470,7 @@ static known_option_t known_options_dirmngr[] =
|
|||
{ "ignore-ldap-dp", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED },
|
||||
{ "ldap-proxy", GC_OPT_FLAG_NONE, GC_LEVEL_BASIC },
|
||||
{ "only-ldap-proxy", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED },
|
||||
{ "add-servers", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED },
|
||||
{ "add-servers", GC_OPT_FLAG_NONE, GC_LEVEL_EXPERT },
|
||||
{ "ldaptimeout", GC_OPT_FLAG_NONE, GC_LEVEL_BASIC },
|
||||
{ "max-replies", GC_OPT_FLAG_NONE, GC_LEVEL_BASIC },
|
||||
{ "allow-ocsp", GC_OPT_FLAG_NONE, GC_LEVEL_BASIC },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue