[horde] HORDE AUTHENTICATION

diego at capstonecareers.org diego at capstonecareers.org
Sat Feb 15 17:10:53 PST 2003


This is what I have in my horde.php

/**
 ** Horde Database Settings
 **/
$conf['sql']['phptype'] = 'mysql';
$conf['sql']['protocol'] = 'unix';
$conf['sql']['hostspec'] = 'localhost';
$conf['sql']['username'] = 'horde';
$conf['sql']['password'] = 'horde';
$conf['sql']['database'] = 'horde';
$conf['sql']['table'] = 'horde_users';

/**
 ** Horde Authentication
 **/

$conf['auth']['driver'] = 'sql';
$conf['auth']['params'] = array();
$conf['auth']['admins'] = array('admin');


What Im I missing?

after I put admin/admin in the horde login page I get:
 
A fatal error has occurred:
Required 'phptype' not specified in authentication configuration.
[line 96 of /usr/local/apache2/htdocs/horde/lib/Auth/sql.php]



On Sat, 15 Feb 2003 s-beutel at gmx.de wrote:

> > How and in which file do I create the auth array?
> > I have horde version 2.2.
> 
> As already mentioned: /horde/config/horde.php (same as in version 2.1). But
> you might think over upgrading to 2.2.1 for some minor bugfixes.
> 
> Sebastian
> 



More information about the horde mailing list