Hi,
I am trying to configure SimpleSAMLphp 1.9.0-rc2 to act as OpenID
provider. After creating config/module_openidProvider.php:
----
/**
* Configuration file for the OpenID provider.
*/
$config = array(
/* The authentication source that should be used. */
'auth' => 'contrailauth',
/* The name of the attribute which contains the username of the user. */
'username_attribute' => 'username',
/* The directory where OpenID data is stored. */
'filestore' => '/var/lib/simplesamlphp-openid-provider',
);
----
,
enabling openidProvider module, AS (contrailauth) is working as it should, I am getting these errors in /var/log/apache2:
[Mon May 28 10:26:37 2012] [error] [client xx.xxx.xxx.xxx] PHP Fatal error: Class 'SimpleSAML_Logger_LoggingHandlerFile' not found in /usr/share/simplesamlphp-1.9.0-rc2/lib/Auth/OpenID/Server.php on line 1709, referer:
https://ec2-xx-xx-xxx-xxx.compute-1.amazonaws.com/simplesaml/module.php/core/frontpage_auth.php
Any idea what is causing these issues? Have I missed anything?
Thank you,
Kind Regards,
Ales.