[Tickets #7456] additional parameter for gnupg - additional extensions
bugs at horde.org
bugs at horde.org
Wed Oct 8 09:53:57 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/7456
------------------------------------------------------------------------------
Ticket | 7456
Created By | christian at hamburg.gay-web.de
Summary | additional parameter for gnupg - additional extensions
Queue | IMP
Version | 4.3
Type | Enhancement
State | New
Priority | 2. Medium
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
christian at hamburg.gay-web.de (2008-10-08 05:53) wrote:
> Hi,
>
> to use my old pgpkey I need to load the idea-extension to gpg.
>
> Normally this will be realized in the "options"-file, but in
> lib/Horde/Crypt/pgp.php use the "--no-options".
>
> In the moment I add the extension directly in the code in
> lib/Horde/Crypt/pgp.php by adding
>
> /* Store the location of GnuPG and set common options. */
> $this->_gnupg = array(
> $params['program'],
> '--no-tty',
> '--no-secmem-warning',
> '--no-options',
> '--no-default-keyring',
> '--yes',
> + '--load-extension /var/httpd/servers/www.gwmail.de/idea',
> '--homedir ' . $this->_tempdir
> );
>
> but this not the right way.
>
> Any ideas?
Maybe a configuration setting for additional extensions to be loaded?
Jan.
More information about the bugs
mailing list