[horde] horde4 composite driver and shibboleth

Jan Schneider jan at horde.org
Tue May 17 17:12:54 UTC 2011


Zitat von LALOT Dominique <dom.lalot at gmail.com>:

> 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

Enable DEBUG logging, so that you get a backtrace, then create a ticket.

> At first, I wanted to possibily change the authentication driver for rpc.php
> as devices will not support shibboleth. How can I do that?

Require passwords for the IMAP backend.

Jan.

-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/



More information about the horde mailing list