[horde] Fwd: RE: 2. Re: Can't login

Jan Schneider jan at horde.org
Sun Oct 21 10:55:50 UTC 2007



----- Weitergeleitete Nachricht von h.verberne at zonnet.nl -----
      Datum: Sun, 21 Oct 2007 02:38:15 +0200
        Von: Hanneke Verberne <h.verberne at zonnet.nl>
    Betreff: RE: [horde] 2. Re: Can't login
         An: 'Jan Schneider' <jan at horde.org>

Hello Jan,


I don't understand what you mean with "Please send readable responses if
replying to digest messages next time."


I installed horde-webmail-1.0.3 over and over again but still can't login.

This is what I did:

1.	Created an emailaccount with username 'horde' and password 'hordem'
2.	unpacked horde-webmail-1.0.3.tar
3.	renamed directory horde-webmail-1.0.3.tar to horde
4.	Configuration setup.php (with putty)(database: name:horde
username:horde passw.:hordeweb)


<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: horde/config/conf.xml,v 1.74.2.48 2007/02/02 11:03:05 jan Exp $
$conf['debug_level'] = E_ALL & ~E_NOTICE;
$conf['max_exec_time'] = 0;
$conf['compress_pages'] = true;
$conf['umask'] = 077;
$conf['use_ssl'] = 2;
$conf['server']['name'] = $_SERVER['SERVER_NAME'];
$conf['server']['port'] = $_SERVER['SERVER_PORT'];
$conf['session']['name'] = 'Horde';
$conf['session']['use_only_cookies'] = true;
$conf['session']['cache_limiter'] = 'nocache';
$conf['session']['timeout'] = 0;
$conf['cookie']['domain'] = $_SERVER['SERVER_NAME'];
$conf['cookie']['path'] = '/horde';
$conf['sql']['persistent'] = false;
$conf['sql']['username'] = 'horde';
$conf['sql']['password'] = 'hordeweb';
$conf['sql']['socket'] = '/var/lib/mysql/mysql.sock';
$conf['sql']['protocol'] = 'unix';
$conf['sql']['database'] = 'horde';
$conf['sql']['charset'] = 'iso-8859-1';
$conf['sql']['phptype'] = 'mysql';
$conf['auth']['admins'] = array('horde');
$conf['auth']['checkip'] = true;
$conf['auth']['checkbrowser'] = true;
$conf['auth']['alternate_login'] = false;
$conf['auth']['redirect_on_logout'] = false;
$conf['auth']['params']['app'] = 'imp';
$conf['auth']['driver'] = 'application';
$conf['signup']['allow'] = false;
$conf['log']['priority'] = PEAR_LOG_NOTICE;
$conf['log']['ident'] = 'HORDE';
$conf['log']['params'] = array();
$conf['log']['name'] = '/tmp/horde.log';
$conf['log']['params']['append'] = true;
$conf['log']['type'] = 'file';
$conf['log']['enabled'] = true;
$conf['log_accesskeys'] = false;
$conf['prefs']['params']['driverconfig'] = 'horde';
$conf['prefs']['driver'] = 'sql';
$conf['datatree']['params']['driverconfig'] = 'horde';
$conf['datatree']['driver'] = 'sql';
$conf['group']['driver'] = 'datatree';
$conf['cache']['default_lifetime'] = 1800;
$conf['cache']['params']['dir'] = Horde::getTempDir();
$conf['cache']['params']['gc'] = 86400;
$conf['cache']['driver'] = 'file';
$conf['token']['params']['driverconfig'] = 'horde';
$conf['token']['driver'] = 'sql';
$conf['mailer']['params']['sendmail_path'] = '/usr/lib/sendmail';
$conf['mailer']['params']['sendmail_args'] = '-oi';
$conf['mailer']['type'] = 'sendmail';
$conf['vfs']['params']['vfsroot'] = '/tmp';
$conf['vfs']['type'] = 'file';
$conf['sessionhandler']['type'] = 'none';
$conf['problems']['email'] = 'webmaster at example.com';
$conf['problems']['maildomain'] = 'example.com';
$conf['problems']['tickets'] = false;
$conf['menu']['apps'] = array();
$conf['menu']['always'] = false;
$conf['menu']['links']['help'] = 'all';
$conf['menu']['links']['help_about'] = true;
$conf['menu']['links']['options'] = 'authenticated';
$conf['menu']['links']['problem'] = 'all';
$conf['menu']['links']['login'] = 'all';
$conf['menu']['links']['logout'] = 'authenticated';
$conf['hooks']['permsdenied'] = false;
$conf['hooks']['username'] = false;
$conf['hooks']['preauthenticate'] = false;
$conf['hooks']['postauthenticate'] = false;
$conf['hooks']['authldap'] = false;
$conf['portal']['fixed_blocks'] = array();
$conf['accounts']['driver'] = 'null';
$conf['imsp']['enabled'] = false;
$conf['kolab']['enabled'] = false;
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */


Login didn't succeed
Tried username: horde with password: hordem
Tried username: horde at youfitness.nl with password: hordem

Changed config file (with direct access on server)
Changed path
$conf['cookie']['path'] = '/horde';
Tried /var/www/html/horde
Tried http://youfitness.nl/horde
Tried http://www.youfitness.nl/horde


I checked PHP with hosting company, seems to be ok.
PHP installation on server: www.youfitness.nl/setup.php
and
www.youfitness.nl/horde/test.php

It is still not possible to login.

Do you have any suggestions, what to change or try?


Kind Regards, Hanneke

-----Oorspronkelijk bericht-----
Van: Jan Schneider [mailto:jan at horde.org]
Verzonden: woensdag 17 oktober 2007 18:31
Aan: Hanneke Verberne
Onderwerp: Re: [horde] 2. Re: Can't login

Please send readable responses if replying to digest messages next time.

Zitat von Hanneke Verberne <h.verberne at zonnet.nl>:

> Jan,
>
> You wrote I am not using plain Horde, that's right. I installed 'Horde
> Groupware Webmail Edition', but don't succeed to login.

> Message: 2
> Date: Mon, 15 Oct 2007 14:56:28 +0200
> From: Jan Schneider <jan at horde.org>
> Subject: Re: [horde] Can't login
> To: horde at lists.horde.org
> Message-ID: <20071015145628.16685l6pg6616gsg at neo.wg.de>
> Content-Type: text/plain;	charset=ISO-8859-1;	DelSp="Yes";
> 	format="flowed"
>
> Zitat von Hanneke Verberne <h.verberne at zonnet.nl>:
>
>> I have installed Horde 3.1.5 and when I have a look at the test.php
>> everything seems to be ok.
>>
>> But when I try to login I won't succeed.
>>
>> I added a user in setup.php after creating this account. But in the
>> setup.php wasn't asked for a password, is that ok?
>
> If you have a setup.php, you don't use (plain) Horde 3.1.5 but one of
> the Horde Groupware bundles.

As the INSTALL document and the setup script *clearly* explain, you
have to enter an existing user when being asked for an admin during
the installation.

Jan.

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


----- Ende der weitergeleiteten Nachricht -----


Jan.

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



More information about the horde mailing list