[horde] Authentication Error

Ray Hunter shunter at venticon.com
Fri Sep 20 10:20:20 PDT 2002


I am currently setting up the horde framework and I am setting up the
authentication section?  

Problem: I get this error in the horde.log file.
Sep 20 11:09:11 HORDE [error] [horde] FAILED LOGIN for rhunter
[10.10.30.173] to Horde [on line 43 of "/usr/local/a
pache_1.3.26/htdocs/horde/login.php"]


System Info:
1. Red-Hat 7.3
2. PHP 4.2.3


TEST.php Output
=============================================================
Horde Versions

    * Horde: 2.1

PHP Version

    * View phpinfo() screen
    * PHP Version: 4.2.3
    * PHP Major Version: 4.2
    * PHP Minor Version: 3
    * PHP Version Classification: release
* You are running a supported version of PHP.

PHP Module Capabilities

    * FTP Support: Yes
    * Gettext Support: Yes
    * IMAP Support: Yes
    * LDAP Support: Yes
    * MCAL Support: No
    * Mcrypt Support: No
    * MySQL Support: Yes
    * PostgreSQL Support: Yes
    * XML Support: Yes

Miscellaneous PHP Settings

    * short_open_tag enabled: Yes
    * magic_quotes_runtime set to Off: Yes
    * file_uploads enabled: No
    * file_uploads must be enabled for some features like sending emails
with IMP.

PHP Sessions

    * Session counter: 12
    * To unregister the session: click here

PEAR

    * PEAR - Yes
    * Recent PEAR - Yes
    * Mail::RFC822 - Yes
    * Log - Yes
    * DB - Yes

======================================================

Authentication Section in horde.php file

$conf['auth']['params'] = array();
$conf['auth']['params']['phptype']  = 'pgsql';
$conf['auth']['params']['hostspec'] = 'localhost';
$conf['auth']['params']['protocol'] = 'tcp';
$conf['auth']['params']['username'] = '';  //set with proper username
$conf['auth']['params']['password'] = '';  //set with proper password
$conf['auth']['params']['database'] = 'horde';
$conf['auth']['params']['table']    = 'horde_users';
$conf['auth']['params']['port']     = 5432;



At the login page I enter my username and password that is found in the
database horde_users.  When I click "Log In" it returns me back to the
same page and enters the error message in the horde.log file.

Does any one have any idea what I am doing wrong here?

Thanks,

-- 
S RAY HUNTER
email:  shunter at venticon.com
email:  rhunter at venticon.com
www:    http://venticon.com




More information about the horde mailing list