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
|
@ -347,6 +347,17 @@ Outputs additional information while running.
|
|||
You can increase the verbosity by giving several
|
||||
verbose commands to @command{gpgsm}, such as @samp{-vv}.
|
||||
|
||||
@item --ldapserver @var{string}
|
||||
@itemx --keyserver @var{string}
|
||||
@opindex ldapserver
|
||||
@opindex keyserver
|
||||
Add an LDAP server to use for X.509 certificate and CRL lookup. This
|
||||
option can be given multiple times to configure more than one LDAP
|
||||
server. Note that in general @command{dirmngr} should be configured
|
||||
with the list of LDAP servers; if this option is also configured here,
|
||||
it is used in addition to those configured in dirmngr. For the syntax
|
||||
see the description of dirmngr's ldapserver option.
|
||||
|
||||
@item --policy-file @var{filename}
|
||||
@opindex policy-file
|
||||
Change the default name of the policy file to @var{filename}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue