Here's the patch (as described above) to fix this bug:

--- /usr/share/setup-tool-backends/scripts/network.pl-original  2006-07-21 
07:27:35.000000000 +0000
+++ /usr/share/setup-tool-backends/scripts/network.pl   2006-07-21 
07:36:34.000000000 +0000
@@ -240,7 +240,7 @@
   $command .= ($$config{"serial_hwctl"}) ? " crtscts" : " nocrtscts";
   $command .= ($$config{"set_default_gw"}) ? " defaultroute" : " 
nodefaultroute";
   $command .= " usepeerdns" if ($$config{"update_dns"});
-  $command .= " user " . $$config{"login"};
+  $command .= " user \"" . $$config{"login"} . "\"";
   $command .= " connect \'$command_chat -v -f $chat_file\'";

   $ret = &gst_file_run ($command);

-- 
network-admin fails to launch pppd on empty user/password
https://launchpad.net/bugs/18829

--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to