[imp] Forcing a password for Horde login?

Jan Schneider jan at horde.org
Thu Jun 3 00:34:35 PDT 2004


Zitat von "Cowle, Leon" <lcowle at lehman.com>:

> I've got a CVS checkout of 2 nights ago. Everything works, but I'm having
> difficulty with auth settings in conf.php for horde and for imp.
>
> Here are my settings in horde/config/conf.php
>
>  $conf['auth']['admins'] = array('globetrotters@(domain).com');
>  $conf['auth']['driver'] = 'auto';
>  $conf['auth']['params'] = array('username' =>
> 'globetrotters@(domain).com');
> // $conf['auth']['params']['app'] = 'imp';
> // $conf['auth']['driver'] = 'application';

  $conf['auth']['admins'] = array('globetrotters@(domain).com');
// $conf['auth']['driver'] = 'auto';
// $conf['auth']['params'] = array('username' =>
'globetrotters@(domain).com');
$conf['auth']['params']['app'] = 'imp';
$conf['auth']['driver'] = 'application';

> How should I set the above in order for "globetrotters@(domain).com" to be
> the Horde administrator, but for IMP to handle all authentication? I've
> tried various (many!) different configs, and get different results, like:
> 1. It logs into Horde automatically without asking for a password (i.e. NOT
> good!) -- the settings above do this!
> --or--
> 2. When accessing http: //localhost/horde/imp, it asks for a password, but
> after successful login (via imap), takes me back to Horde, not IMP.
>
> I can't seem to find the correct combination that would allow
> "globetrotters@(domain).com" normal login action into IMP, and admin login
> rights into Horde, while ensuring that login into http: //localhost/horde
> also asks for a password.

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting.php


More information about the imp mailing list