[imp] password for turba

Ranger Fox rangerfox@rangerfox.com
Thu, 10 May 2001 07:42:30 -0500


> When I open try to use turba or horde it want from me pass and username.
> I can't find in configuration files any values for that?
> Any help...
> 
in horde.php

// What backend should we use for authenticating users to Horde? Valid
// options are currently 'imap', 'ldap', 'mcal', 'sql', and 'ftp'.
$conf['auth']['driver'] = 'imap';

// 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['auth']['params']['protocol'] = 'imap';
$conf['auth']['params']['server'] = 'localhost';
$conf['auth']['params']['port'] = '143';

This is how I have mine set up, so horde uses IMAP to authenticate users, 
therefore you would use your imap (email) login/pass