mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
sm: New option --ldapserver as an alias for --keyserver.
* sm/gpgsm.c (opts): Add option --ldapserver and make --keyserver an alias. -- We should use "keyserver" for OpenPGP and thus it is better to allow for "ldapserver" here - it is the same convention as now used in dirmngr. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
f6e45671aa
commit
d6df1bf849
2 changed files with 14 additions and 1 deletions
|
@ -337,8 +337,10 @@ static ARGPARSE_OPTS opts[] = {
|
|||
/* N_("use the default key as default recipient")), */
|
||||
/* ARGPARSE_s_n (oNoDefRecipient, "no-default-recipient", "@"), */
|
||||
|
||||
ARGPARSE_s_s (oKeyServer, "keyserver",
|
||||
ARGPARSE_s_s (oKeyServer, "ldapserver",
|
||||
N_("|SPEC|use this keyserver to lookup keys")),
|
||||
ARGPARSE_s_s (oKeyServer, "keyserver", "@"),
|
||||
|
||||
ARGPARSE_conffile (oOptions, "options", N_("|FILE|read options from FILE")),
|
||||
|
||||
ARGPARSE_s_s (oDebug, "debug", "@"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue