[Rt-commit] rt branch, 4.2/no-get-gnupg-on-encrypt, created. rt-4.2.3-87-g0a501c2

Alex Vandiver alexmv at bestpractical.com
Wed Apr 23 17:48:58 EDT 2014


The branch, 4.2/no-get-gnupg-on-encrypt has been created
        at  0a501c23a946bb2414a18751ddbebc1d32ded10a (commit)

- Log -----------------------------------------------------------------
commit 0a501c23a946bb2414a18751ddbebc1d32ded10a
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Wed Apr 23 17:42:19 2014 -0400

    Don't imply that RT can fetch keys on encryption
    
    The --auto-key-locate=keyserver option only automatically fetches keys
    during _encrpytion_ -- however, RT attempts to list the keys before
    encrypting, and thus doesn't get to that stage.  Remove the option and
    the comment that implies that RT is capable of on-demand encryption.

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index fc8871b..a57db42 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -2476,9 +2476,6 @@ Set(%GnuPGOptions,
 # URL of a keyserver
 #    keyserver => 'hkp://subkeys.pgp.net',
 
-# enables the automatic retrieving of keys when encrypting
-#    'auto-key-locate' => 'keyserver',
-
 # enables the automatic retrieving of keys when verifying signatures
 #    'keyserver-options' => 'auto-key-retrieve',
 );

-----------------------------------------------------------------------


More information about the rt-commit mailing list