[horde] composite driver
Mike Cochrane
mike at graftonhall.co.nz
Tue Sep 3 11:04:41 PDT 2002
Not sure if you've got it going yet.. so atached is a copy of my config file
entries that work with the composite driver.... I attached it as the lines are
long and will get wrapped funny....
All of this, including the function i place in my config file.
- Mike :-)
> ----- Message from mail at krel.org ---------
> Date: Tue, 3 Sep 2002 09:39:45 -0400
> From: Ilya <mail at krel.org>
> Reply-To: mail at krel.org
> Subject: Re: [horde] composite driver
> To: horde at lists.horde.org
>
> Chuck, I tried that of course, that didnt work either.
> Am I correct in my assumption that the auth driver is not yet loaded at the
> time
>
> call_user_func is called in Auth.php?
>
-------------- next part --------------
$conf['auth']['driver'] = 'composite';
$conf['auth']['params']['loginscreen_switch'] = '_horde_select_loginscreen';
$conf['auth']['params']['admin_driver'] = 'cyrsql';
$conf['auth']['params']['drivers']['imp'] = array('driver' => 'application',
'params' => array('app' => 'imp'));
$conf['auth']['params']['drivers']['cyrsql'] = array('driver' => 'cyrsql',
'params' => array('phptype' => 'mysql',
'hostspec' => 'localhost',
'protocol' => 'tcp',
'username' => 'horde',
'password' => '****',
'database' => 'horde',
'table' => 'horde_user',
'cyradmin' => 'cyradmin',
'cyrpass' => '******',
'imaps' => '{stuff}'));
function _horde_select_loginscreen() {
return 'imp';
}
More information about the horde
mailing list