[horde] horde4 composite driver and shibboleth

LALOT Dominique dom.lalot at gmail.com
Thu May 5 10:30:47 UTC 2011


Hello,

First: the shibboleth driver works even for IMP with a special cyrus-imap
setup. I tried then to setup a composite driver and got difficulties, so I
said, OK lets try with the same driver (I know, that's supid, but shoudl
work)
I was trying to get composite driver working with shibboleth.

$conf['auth']['driver'] = 'composite';
$conf['auth']['params']['auth_driver']['driver'] = 'shibboleth';
$conf['auth']['params']['auth_driver']['driver']['params']=array(
        'username_header' => 'REMOTE_USER',
        'password_holder' => 'none',
);
$conf['auth']['params']['admin_driver']['driver'] = 'shibboleth';
$conf['auth']['params']['admin_driver']['driver']['params']=array(
        'username_header' => 'REMOTE_USER',
        'password_holder' => 'none',
);

When I log in, it failed:

2011-05-05T12:13:15+02:00 EMERG: HORDE Horde_Auth: Class definition of
Ahibboleth not found. [pid 16821 on line 77 of
"/usr/share/php/Horde/Auth.php"]
shibboleth has been replaced by Ahibboleth
At first, I wanted to possibily change the authentication driver for rpc.php
as devices will not support shibboleth. How can I do that?

any ideas?

-- 
Dominique LALOT
Ingénieur Systèmes et Réseaux
http://annuaire.univmed.fr/showuser.php?uid=lalot


More information about the horde mailing list