Sophie

Sophie

distrib > Mageia > 2 > i586 > by-pkgid > 3e1fb21d83eb512e4dd91a890b3fdc92 > files > 1

backuppc-3.2.1-5.mga2.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;