[horde] composite driver example?
Chuck Hagenbuch
chuck at horde.org
Tue May 18 08:50:04 PDT 2004
Quoting Vilius Sumskas <vilius at lnk.lt>:
> Ok. This time I have a simple one:
Yup, this one I can follow. ;)
> $conf['auth']['params']['loginscreen_switch'] = '_horde_select_loginscreen';
>
> if (!function_exists('_horde_select_loginscreen')) {
> function _horde_select_loginscreen() {
> return 'imp';
> }
> }
Here you use 'imp'.
> $conf['auth']['driver'] = 'composite';
> $conf['auth']['params']['drivers']['email']['driver'] = 'application';
> $conf['auth']['params']['drivers']['email']['params'] = array('app'
> => 'imp');
But here you use 'email' for the driver name. Those need to match.
-chuck
--
"Regard my poor demoralized mule!" - Juan Valdez
More information about the horde
mailing list