[freeside-commits] freeside/httemplate/edit/process svc_cert.cgi, 1.1.2.4, 1.1.2.5

Ivan,,, ivan at wavetail.420.am
Sun Nov 7 16:02:01 PST 2010


Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail.420.am:/tmp/cvs-serv3508/httemplate/edit/process

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	svc_cert.cgi 
Log Message:
certificates ala communigate, RT#7515

Index: svc_cert.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/svc_cert.cgi,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -w -d -r1.1.2.4 -r1.1.2.5
--- svc_cert.cgi	7 Nov 2010 23:47:04 -0000	1.1.2.4
+++ svc_cert.cgi	8 Nov 2010 00:01:59 -0000	1.1.2.5
@@ -66,6 +66,14 @@
   $new->certificate( $cgi->param('certificate') );
   $new->$_( $old->$_ ) for grep $old->$_, qw( recnum common_name organization organization_unit city state country cert_contact );
 
+} elsif ( $cgi->param('cacert') ) {
+
+  $popup = 'view';
+  $title = 'Certificate authority chain imported';
+
+  $new->cacert( $cgi->param('cacert') );
+  $new->$_( $old->$_ ) for grep $old->$_, qw( recnum common_name organization organization_unit city state country cert_contact );
+
 }
 
 my $error = '';



More information about the freeside-commits mailing list