Authentication on Horde system doesnt seem to work !
Frederic Trudeau
ftrudeau at cam.org
Thu Aug 16 18:14:50 PDT 2001
Hi all,
I have read a thread concerning this issue 2 or 3 days ago. My attention was
focused on confiuring and tweakin IMP for the last 3 weeks or so, so I havent
pplayed with Horde much ... I see now that I have the same problem as at least
one other person on this list.
I inserted my username + pass (first encrypted in MD5) in the database 'horde',
table 'auth' and fields 'user_id' + 'user_pass' ;
I see the query passed in the mysql logs, my it seems vars are only related to
IMP (fields 'scope', 'uid' ...), not the 'auth' table.
010816 21:02:04 10656 Connect hordemgr at localhost on horde
10656 Statistics
10656 Init DB horde
10656 Query select scope, pref_name, pref_value from
horde_prefs where uid = 'ftrudeau' and (scope = 'imp' or scope = 'horde') order
by scope
and my prefs of horde are well defined (me thinks) ;
/**
** Horde Authentication
**/
// What backend should we use for authenticating users to Horde? Valid
// options are currently 'imap', 'ldap', 'mcal', 'sql', and 'ftp'.
$conf['auth']['driver'] = 'sql';
// An array holding any parameters that the Auth object will need to
// function correctly. For IMAP, this is the server name, port,
// protocol, etc.
$conf['auth']['params'] = array();
$conf['prefs']['params']['protocol'] = 'unix';
$conf['prefs']['params']['phptype'] = 'mysql';
$conf['prefs']['params']['hostspec'] = 'localhost';
$conf['prefs']['params']['username'] = 'hordemgr';
$conf['prefs']['params']['password'] = '******';
$conf['prefs']['params']['database'] = 'horde';
$conf['prefs']['params']['table'] = 'auth';
Thats all the info I have, for now .. If you need more, please let me knoe
what.
Thanks.
--
Frederic Trudeau
[A]dvanced [S]upport [A]gent
Colocation/Customer Support Agent
CAM Internet -> http://www.cam.org
"My God ! It's full of stars"
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
More information about the horde
mailing list