[horde] Login problems

JAjun jajun at stotzing.info
Fri Aug 19 13:07:25 PDT 2005


Hi

I have got Horde with vhosts and i have gotten the same problems, with the 
URL of the page from inside Lan and I-Net.

Look at the horde config for $conf['server']['name'] = 
$_SERVER['XXXXXXXXXXXXXXXX'];

And change it to $conf['server']['name'] = $_SERVER['HTTP_HOST'];

It works fine with the full URL webmail.xxxxx.info webmail.xxxxxx.intern and 
with short URL webmail for internal use

<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: horde/config/conf.xml,v 1.74.2.13 2005/07/16 10:36:59 jan Exp $
$conf['debug_level'] = E_ALL;
$conf['max_exec_time'] = 0;
$conf['use_ssl'] = 2;
$conf['server']['name'] = $_SERVER['HTTP_HOST'];
$conf['server']['port'] = $_SERVER['SERVER_PORT'];


Sorry for broken English i´am Austrian.

JAjun

"Roger Howorth" <roger at rogerh.com> schrieb im Newsbeitrag 
news:43044EFC.3090909 at rogerh.com...
> Hi folks,
>
> I've just installed Horde and imp but am having problems getting login &
> authentication set-up correctly. I'm running Gentoo Linux with apache 2,
> and downloaded the latest build tars from a Horde mirror and installed
> them by hand.
>
> Problems:
> 1) From Firefox browser running on a Windows client, accessing the main
> horde URL causes the client to redirect to www.horde.org - no horde
> framework is ever displayed.
> 2) From Safari on Mac OS X, when a user presses the login button the
> browser URL changes to use localhost as the server name. As horde is not
> running locally on the client PC the login always fails. In other
> respects the horde framework appears to be working correctly.
> 3) From IE/Windows, accessing the horde login page produces a Windows
> error page reporting "The page cannot be displayed" due to cannot find
> server or DNS error.
>
> Any clues or pointers to a solution would be gratefully received. Thanks.
>
> -Roger.
> -- 
> Horde mailing list - Join the hunt: http://horde.org/bounties/#horde
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
> 





More information about the horde mailing list