[horde] Login issues with horde
Norris Ward
nappy_d at rogers.com
Tue Jun 10 19:35:03 PDT 2003
So I have looked at a few things and I cannot see the forest for the trees.
Here is what I found out. Eric is correct in that I can login via
/horde/imp and authenticate via imp just fine. Horde is the issue as it was
rightfully pointed out. After reading thru some config file settings, I
find and did the following:
/horde/config/horde.php:
** Horde Authentication
**/
// If you want to use IMP with Horde and don't want to let the users
// login twice (once for Horde and once for IMP) you can setup Horde
// to let IMP do the authentication stuff. Just uncomment the
// auth/login/logout lines in registry.php instead of configuring the
// following settings.
// What backend should we use for authenticating users to Horde? Valid
// options are currently 'imap', 'ldap', 'mcal', 'sql', 'ftp', 'smb',
// 'krb5' and 'radius'.
$conf['auth']['driver'] = 'imap';
/horde/config/registry.php:
/* auth: Handler for user authentication.
* Uncomment the auth/login/logout lines if you want to let
* IMP handle the authentication for Horde. This avoids the
* "double login" while accessing IMP.
*/
$this->registry['auth']['login'] = 'imp';
$this->registry['auth']['logout'] = 'imp';
At the horde login screen, the same error appears on the page after
login --> Notice: Undefined index: status in
/var/www/html/horde/lib/Registry.php on line 156
Should line 156 of my /horde/lib/registry be configured as $apps =
array(application/imp); ?
and in the footer --> Notice: Undefined index: status in
/var/www/html/horde/menu.php on line 34
-----Original Message-----
From: horde-bounces at lists.horde.org [mailto:horde-bounces at lists.horde.org]On
Behalf Of Eric Rostetter
Sent: June 10, 2003 3:47 PM
To: horde at lists.horde.org
Subject: Re: [horde] Login issues with horde
Quoting nappy_d <nappy_d at rogers.com>:
> Hey all,
> I know this is going to sound crazy and all.
Not really.
> however. From my
> email below, I cannot login successfully to horde directly.
So Horde login is failing?
> However, If I
> was to visit the the /mail/passwd site, login and go directly to my mail
box
> without changing the password it works and the mail box is fine.
So your IMP authentication is working?
> Anyone
> have any ideas as to this phenomena?
You setup IMP authentication properly, and Horde authentication wrong?
Try setting Horde to use IMP authentication (application/imp) as per
the comments in horde/config/conf.php or horde/config/horde.php (which
ever you have) and/or horde/config/registry.php (depending on version).
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!
--
Horde mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: horde-unsubscribe at lists.horde.org
More information about the horde
mailing list