mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
2004-05-21 Marcus Brinkmann <marcus@g10code.de>
* gpgconf-comp.c (gc_options_dirmngr): Remove CRL group, put its only option "max-replies" into LDAP group. (gc_component): Change description of dirmngr to "Directory Manager".
This commit is contained in:
parent
fb84c86f64
commit
d3c05ee44c
@ -1,5 +1,10 @@
|
|||||||
2004-05-21 Marcus Brinkmann <marcus@g10code.de>
|
2004-05-21 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
|
* gpgconf-comp.c (gc_options_dirmngr): Remove CRL group, put its
|
||||||
|
only option "max-replies" into LDAP group.
|
||||||
|
(gc_component): Change description of dirmngr to "Directory
|
||||||
|
Manager".
|
||||||
|
|
||||||
* gpgconf-comp.c (gc_component_change_options): Move the
|
* gpgconf-comp.c (gc_component_change_options): Move the
|
||||||
per-process backup file into a standard location.
|
per-process backup file into a standard location.
|
||||||
|
|
||||||
|
@ -749,10 +749,6 @@ static gc_option_t gc_options_dirmngr[] =
|
|||||||
{ "LDAP Server", GC_OPT_FLAG_ARG_OPT|GC_OPT_FLAG_LIST, GC_LEVEL_BASIC,
|
{ "LDAP Server", GC_OPT_FLAG_ARG_OPT|GC_OPT_FLAG_LIST, GC_LEVEL_BASIC,
|
||||||
NULL, "LDAP server list",
|
NULL, "LDAP server list",
|
||||||
GC_ARG_TYPE_LDAP_SERVER, GC_BACKEND_DIRMNGR_LDAP_SERVER_LIST },
|
GC_ARG_TYPE_LDAP_SERVER, GC_BACKEND_DIRMNGR_LDAP_SERVER_LIST },
|
||||||
|
|
||||||
{ "CRL",
|
|
||||||
GC_OPT_FLAG_GROUP, GC_LEVEL_BASIC,
|
|
||||||
NULL, "Configuration of the CRL" },
|
|
||||||
{ "max-replies", GC_OPT_FLAG_NONE, GC_LEVEL_BASIC,
|
{ "max-replies", GC_OPT_FLAG_NONE, GC_LEVEL_BASIC,
|
||||||
"dirmngr", "|N|do not return more than N items in one query",
|
"dirmngr", "|N|do not return more than N items in one query",
|
||||||
GC_ARG_TYPE_UINT32, GC_BACKEND_DIRMNGR },
|
GC_ARG_TYPE_UINT32, GC_BACKEND_DIRMNGR },
|
||||||
@ -823,7 +819,7 @@ static struct
|
|||||||
{ "gpg-agent", NULL, "GPG Agent", gc_options_gpg_agent },
|
{ "gpg-agent", NULL, "GPG Agent", gc_options_gpg_agent },
|
||||||
{ "scdaemon", NULL, "Smartcard Daemon", gc_options_scdaemon },
|
{ "scdaemon", NULL, "Smartcard Daemon", gc_options_scdaemon },
|
||||||
{ "gpgsm", NULL, "GPG for S/MIME", gc_options_gpgsm },
|
{ "gpgsm", NULL, "GPG for S/MIME", gc_options_gpgsm },
|
||||||
{ "dirmngr", NULL, "CRL Manager", gc_options_dirmngr }
|
{ "dirmngr", NULL, "Directory Manager", gc_options_dirmngr }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user