[horde] Fwd: HORDE/IMP
Jan Schneider
jan at horde.org
Thu May 30 02:49:57 PDT 2002
----- Weitergeleitete Nachricht von "Accessway Inc." <dwen at accessway.ph> -----
Datum: Thu, 30 May 2002 15:31:07 +0800 (PHT)
Von: "Accessway Inc." <dwen at accessway.ph>
Antwort an: "Accessway Inc." <dwen at accessway.ph>
Betreff: HORDE/IMP
An: jan at horde.org
Hello Jan,
Sorry to disturb you, but I badly needed some help and I think you're
the one who can help me. I can login using imap, but i want to try mysql
for authentication. I've md5ied my user_pass using mysql, now if i login
it just brings me back to login page.
i have these on my horde.php
---------------------
$conf['auth']['driver'] = 'sql';
$conf['auth']['params'] = array();
$conf['auth']['params']['phptype'] = 'mysql';
$conf['auth']['params']['hostspec'] = 'localhost';
$conf['auth']['params']['username'] = 'horde';
$conf['auth']['params']['password'] = 'horde';
$conf['auth']['params']['database'] = 'horde';
$conf['auth']['params']['table'] = 'horde_users';
---------------------
$conf['prefs']['driver'] = 'sql';
$conf['prefs']['params'] = array();
$conf['prefs']['params']['phptype'] = 'mysql';
$conf['prefs']['params']['hostspec'] = 'localhost';
$conf['prefs']['params']['username'] = 'horde';
$conf['prefs']['params']['password'] = 'horde';
$conf['prefs']['params']['database'] = 'horde';
$conf['prefs']['params']['table'] = 'horde_prefs';
thank you very much,
dwen
----- Ende der weitergeleiteten Nachricht -----
Jan.
--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft
More information about the horde
mailing list