SOURCES: phpMyAdmin-config.patch - up for 2.10.0
shadzik
shadzik at pld-linux.org
Wed Feb 28 05:48:23 CET 2007
Author: shadzik Date: Wed Feb 28 04:48:22 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- up for 2.10.0
---- Files affected:
SOURCES:
phpMyAdmin-config.patch (1.11 -> 1.12)
---- Diffs:
================================================================
Index: SOURCES/phpMyAdmin-config.patch
diff -u SOURCES/phpMyAdmin-config.patch:1.11 SOURCES/phpMyAdmin-config.patch:1.12
--- SOURCES/phpMyAdmin-config.patch:1.11 Thu Jan 18 22:25:35 2007
+++ SOURCES/phpMyAdmin-config.patch Wed Feb 28 05:48:17 2007
@@ -1,7 +1,7 @@
---- libraries/config.default.php 2007-01-10 03:24:01.000000000 +0100
-+++ libraries/config.default.php-new 2007-01-10 03:25:52.000000000 +0100
-@@ -2,7 +2,7 @@
-
+--- libraries/config.default.php.orig 2007-02-28 01:51:14.000000000 +0100
++++ libraries/config.default.php 2007-02-28 05:46:58.000000000 +0100
+@@ -1,7 +1,7 @@
+ <?php
/* !!! DO NOT EDIT THIS FILE, EDIT config.inc.php INSTEAD !!! */
-/* $Id$ */
@@ -13,10 +13,10 @@
// The controluser is also
// used for all relational
// features (pmadb)
--$cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (valid choices: config, http, HTTP or cookie)
+-$cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (valid choices: config, http, HTTP, signon or cookie)
-$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
-+$cfg['Servers'][$i]['auth_type'] = 'cookie'; // Authentication method (valid choices: config, http, HTTP or cookie)
++$cfg['Servers'][$i]['auth_type'] = 'cookie'; // Authentication method (valid choices: config, http, HTTP, signon or cookie)
+$cfg['Servers'][$i]['user'] = 'mysql'; // MySQL user
$cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed
// with 'config' auth_type)
- $cfg['Servers'][$i]['nopassword'] = FALSE; // Whether to try to connect without password
+ $cfg['Servers'][$i]['SignonSession'] = ''; // Session to use for 'signon' auth method
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/phpMyAdmin-config.patch?r1=1.11&r2=1.12&f=u
More information about the pld-cvs-commit
mailing list