[dev] I want do develop a CAS SSO Auth driver
Ronan SALMON
rsalmon at mbpgroup.com
Thu Apr 21 10:14:09 UTC 2011
Jan Schneider <jan at horde.org> a écrit :
>
> http://wiki.horde.org/AuthCompositeHowTo
>
Typos in the last example ?
$conf['auth']['driver'] = 'composite';
- $conf['auth']['params']['admin_driver']['driver'] = 'ftp';
+ $conf['auth']['params']['admin_driver']['driver'] = 'imap';
$conf['auth']['params']['admin_driver']['params'] = array(
'hostspec' => '192.168.0.21',
- 'port' => 21
+ 'port' => 143,
+ 'secure' => 'none'
);
$conf['auth']['params']['auth_driver']['driver'] = 'ftp';
$conf['auth']['params']['auth_driver']['params'] = array(
'hostspec' => '192.168.0.42',
- 'port' => 143,
+ 'port' => 21
- 'secure' => 'none'
);
Ronan.
More information about the dev
mailing list