freeside/FS/FS Conf.pm,1.99,1.100

ivan ivan at pouncequick.420.am
Wed Jun 30 03:02:48 PDT 2004


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory pouncequick:/tmp/cvs-serv25065/FS

Modified Files:
	Conf.pm 
Log Message:
add option to pgp/gpg encrypt scp dumps

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- Conf.pm	21 Jun 2004 10:26:14 -0000	1.99
+++ Conf.pm	30 Jun 2004 10:02:45 -0000	1.100
@@ -1178,6 +1178,13 @@
   },
 
   {
+    'key'         => 'dump-pgpid',
+    'section'     => '',
+    'description' => "Optional PGP public key user or key id for database dumps.  The public key should exist on the freeside user's public keyring, and the gpg binary and GnuPG perl module should be installed.",
+    'type'        => 'text',
+  },
+
+  {
     'key'         => 'users-allow_comp',
     'section'     => '',
     'description' => 'Usernames (Freeside users, created with <a href="../docs/man/bin/freeside-adduser.html">freeside-adduser</a>) which can create complimentary customers, one per line.  If no usernames are entered, all users can create complimentary accounts.',




More information about the freeside-commits mailing list