[horde] Infinite loop in login

Frito Lay lameventanas at yahoo.com
Tue Aug 25 01:36:31 UTC 2009


The cookie path is correctly set to /horde when using the /horde webroot (default), and / when using the root htdocs directory.
Following the instructions and the default configuration leads one to this infinite loop problem, there is nothing strange that I'm doing here.





________________________________
From: Luis Felipe Marzagao <lfbm.andamentos at gmail.com>
To: Frito Lay <lameventanas at yahoo.com>
Cc: horde at lists.horde.org
Sent: Tuesday, August 25, 2009 12:36:03 AM
Subject: Re: [horde] Infinite loop in login

Try the $conf['cookie']['path'] option in your horde conf.php. It must 
reflect the root of horde installation.

Frito Lay escreveu:
> Hello list,
>
> I'm trying to install horde 3.3.4 in a linux machine, distro is suse 11.
>
> Apache and php configuration is the standard one, there are no strange redirects, rewrites, etc configured.
> I have followed each step closely, there are no missing requirements
>
> Whenever I try to log in for the first time, I get an infinite loop:
> index.php -> login.php -> index.php ...
>
> I think the problem is index.php thinks I'm not authenticated, while login.php does.
>
> If I comment this section in login.php:
>
> /* Try transparent authentication. */
> if (Auth::isAuthenticated()) {
>     require HORDE_BASE . '/index.php';
>     exit;
> }
>
> The loop breaks, but of course the application doesn't work.
>
> I have read similar reports by people installing horde in the webroot.
> For me it doesn't make any difference, I get the same behavior by using webroot='', or webroot='horde'.
>
> I have installed previous versions of horde in the past, even written modules using the framework, and never came across this one before.
>
> Any ideas?
>
>
>
>      
>  



      


More information about the horde mailing list