This fixes some issues with global_config relating to the fact
that before all you could get were strings.

From: Travis Miller <raphtee@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@1326 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/global_config.ini b/global_config.ini
index e2f19ec..4fe9a87 100644
--- a/global_config.ini
+++ b/global_config.ini
@@ -9,5 +9,6 @@
 host: localhost
 database: autotest_web
 db_type: mysql
-user: autotest
+user: nobody
 password:
+