[hop40@hotmail.com: How can I use Mysql as the authentication driver?]

Chuck Hagenbuch chuck at horde.org
Tue Feb 26 09:38:31 PST 2002


----- Forwarded message from Rashane Sala-Ngarm <hop40 at hotmail.com> -----

From: "Rashane Sala-Ngarm" <hop40 at hotmail.com>
To: chuck at horde.org
Subject: How can I use Mysql as the authentication driver?
Date: Tue, 26 Feb 2002 08:15:56 


Hi Chuck. I have installed MySQL, horde, and, IMP. I am now trying to use 
MySQL as the authentication driver. I have put the following code in 
horde.php:

$conf['auth']['driver'] = 'sql';


$conf['auth']['params'] = array();

$conf['auth']['params']['phptype'] = 'mysql';
$conf['auth']['params']['hostspec'] = 'localhost';
$conf['auth']['params']['database'] = 'horde';
$conf['auth']['params']['username'] = 'root';
$conf['auth']['params']['password'] = 'mypassword';
$conf['auth']['params']['table'] = 'horde_users';
Are there anything else that I should do?
Thank you very much.

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.


----- End forwarded message -----
-chuck

--
"To age is to ripen into a luscious fruit." - fortune cookie




More information about the horde mailing list