Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > 7f3b0022b46dd335ac75f1f2b1e2f8f1 > files > 1

backuppc-3.2.0-4.mga1.src.rpm

--- lib/BackupPC/CGI/EditConfig.pm	2007-11-25 22:00:07.000000000 -0500
+++ lib/BackupPC/CGI/EditConfig.pm.oden	2009-10-01 09:40:37.000000000 -0400
@@ -429,6 +429,10 @@
         # based on what is enabled.  Admin users can edit all the
         # available per-host settings.
         #
+        
+        # Debian: ClientNameAlias is too dangerous, disable it
+        $bpc->{Conf}{CgiUserConfigEdit}{ClientNameAlias} = 0;
+        
         foreach my $m ( keys(%ConfigMenu) ) {
             my $enabled = 0;
             my $text = -1;