[horde] Administration CVS HEAD
Jan Schneider
jan at horde.org
Tue Mar 4 08:28:26 PST 2003
Quoting z33k666 at icqmail.com:
> Quoting Chuck Hagenbuch <chuck at horde.org>:
>
> > Quoting z33k666 at icqmail.com:
> >
> > > Right. I had a realm set in IMP's servers.php. I did, however, have
> the
> > > proper username in the admins array.
> > >
> > > I removed the realm and it works now. Thanks, Chuck.
> >
> > If you removed the realm and it works, then you didn't have the proper
> > username initially. You had it without the realm.
>
> Chuck,
>
> Your persistence leads me to believe we are not seeing eye to eye.
>
> Initially I had:
>
> /horde/config/conf.php:
> $conf['auth']['admins'] = array('admin');
> ...
> $conf['auth']['driver'] = 'application';
> $conf['auth']['params']['app'] = 'imp';
>
>
> /horde/imp/config/servers.php:
> 'realm' => 'mydomain.com'
>
> This did not work.
>
> After I removed the 'realm' => 'mydomain.com' it worked.
>
> Before, if I commented out:
>
> $conf['auth']['driver'] = 'application';
> $conf['auth']['params']['app'] = 'imp';
>
> my admin worked but all users had to log in twice.
>
> Let me know if I am missing something.
You should have used:
$conf['auth']['admins'] = array('admin at mydomain.com');
as explained in 101 messages in the mailing list archive.
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