mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpgsm: New option --chuid.
* sm/gpgsm.c (oChUid, opts): New option --chuid. (main): Implement option. -- This option will at least be useful for Scute. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
d10f45184c
commit
646a30fd39
2 changed files with 23 additions and 1 deletions
|
@ -675,6 +675,17 @@ interoperability problems.
|
|||
|
||||
@table @gnupgtabopt
|
||||
|
||||
@item --chuid @var{uid}
|
||||
@opindex chuid
|
||||
Change the current user to @var{uid} which may either be a number or a
|
||||
name. This can be used from the root account to run gpgsm for
|
||||
another user. If @var{uid} is not the current UID a standard PATH is
|
||||
set and the envvar GNUPGHOME is unset. To override the latter the
|
||||
option @option{--homedir} can be used. This option has only an effect
|
||||
when used on the command line. This option has currently no effect at
|
||||
all on Windows.
|
||||
|
||||
|
||||
@item --extra-digest-algo @var{name}
|
||||
@opindex extra-digest-algo
|
||||
Sometimes signatures are broken in that they announce a different digest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue