[Rt-commit] r9178 - in rtir/branches/2.3-EXPERIMENTAL: . lib/RT

falcone at bestpractical.com falcone at bestpractical.com
Thu Sep 27 23:15:14 EDT 2007


Author: falcone
Date: Thu Sep 27 23:15:13 2007
New Revision: 9178

Modified:
   rtir/branches/2.3-EXPERIMENTAL/   (props changed)
   rtir/branches/2.3-EXPERIMENTAL/lib/RT/IR.pm
   rtir/branches/2.3-EXPERIMENTAL/lib/RT/IR/AdministrationTutorial.pod

Log:
 r25040 at ketch:  falcone | 2007-09-27 23:04:22 -0400
 * mention that we don't do key management in RT


Modified: rtir/branches/2.3-EXPERIMENTAL/lib/RT/IR.pm
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/lib/RT/IR.pm	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/lib/RT/IR.pm	Thu Sep 27 23:15:13 2007
@@ -46,7 +46,7 @@
 #
 package RT::IR;
 
-our $VERSION = '2.3.7';
+our $VERSION = '2.3.8';
 
 use warnings;
 use strict;

Modified: rtir/branches/2.3-EXPERIMENTAL/lib/RT/IR/AdministrationTutorial.pod
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/lib/RT/IR/AdministrationTutorial.pod	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/lib/RT/IR/AdministrationTutorial.pod	Thu Sep 27 23:15:13 2007
@@ -296,15 +296,6 @@
 
 If a user has no trusted keys, then the web interface will warn and refuse to
 send him an encrypted message. This is ultimately due to limitations in GnuPG:
-we cannot encrypt a message with an untrusted key.
-
-=head3 Missing passphrase
-
-If RTIR is asked to sign an outgoing message and the passphrase is unavailable,
-it will detect this and avoid sending any email. The user will be asked to
-notify a system administrator.
-
-A missing passphrase occurs when GPG Agent is unresponsive or the passphrase
-was mis-set in RTIR_SiteConfig.pm. Note that you can use either GPG Agent or
-set the passphrase in the site config, you need not do both.
-
+we cannot encrypt a message with an untrusted key.  Managing the trust levels
+of keys must be done outside of RT as there is not currently key management 
+support available.


More information about the Rt-commit mailing list