[horde] again phptype problem

Chuck Hagenbuch chuck at horde.org
Wed Jul 23 14:29:33 PDT 2003


Quoting Spool <mailing at rl-pc.com>:

> Hi
> I really don't find why I got
>
> Required 'phptype' not specified in authentication configuration.

$conf['auth']['params']['phptype'] = 'mysql';
$conf['auth']['params']['hostspec'] = 'localhost';
$conf['auth']['params']['username'] = 'horde';
$conf['auth']['params']['password'] = 'horde';
$conf['auth']['params']['database'] = 'horde';
$conf['auth']['params']['table'] = 'horde_users';


// An array holding any parameters that the Auth object will need to
// function correctly.
$conf['auth']['params'] = array();


---

With that last line, you blow away all those settings.

-chuck

--
Charles Hagenbuch, <chuck at horde.org>
They're just looking at a wall of meat.



More information about the horde mailing list