It is possible that you are missing the LDAP lirary for PHP or
something like that.
I suggest that you look at the error log of your web server - errors
that cause blank pages are usually logged there.
Regards,
Olav Morken
UNINETT / Feide
Regards,
Dani
El 08/07/2011 14:50, Olav Morken escribi�:
dpkg -l | grep php5-ldap
to check if the PHP ldap libs have been installed. If not, then simply:
sudo apt-get install php5-ldap
to add it to your installation. Restart Apache with sudo
/etc/init.d/apache2 restart and you should be up and running ...
-S�ren
SimpleSAML_Error_Error: UNHANDLEDEXCEPTION
Backtrace:
0 /var/simplesamlphp-1.8.0/www/module.php:180 (N/A)
Caused by: SimpleSAML_Error_Exception: Library - LDAP __construct():
Unable to force TLS
Backtrace:
6 /var/simplesamlphp-1.8.0/lib/SimpleSAML/Auth/LDAP.php:134
(SimpleSAML_Auth_LDAP::makeException)
5 /var/simplesamlphp-1.8.0/lib/SimpleSAML/Auth/LDAP.php:100
(SimpleSAML_Auth_LDAP::__construct)
4 /var/simplesamlphp-1.8.0/modules/ldap/lib/ConfigHelper.php:175
(sspmod_ldap_ConfigHelper::login)
3 /var/simplesamlphp-1.8.0/modules/ldap/lib/Auth/Source/LDAP.php:52
(sspmod_ldap_Auth_Source_LDAP::login)
2 /var/simplesamlphp-1.8.0/modules/core/lib/Auth/UserPassBase.php:176
(sspmod_core_Auth_UserPassBase::handleLogin)
1 /var/simplesamlphp-1.8.0/modules/core/www/loginuserpass.php:49 (require)
0 /var/simplesamlphp-1.8.0/www/module.php:135 (N/A)
This error appears when the user/password is correct and when it's not.
Thanks in advance
Dani
El 13/07/2011 14:49, S�ren Gr�nning Iversen escribi�:
Well, then TLS probably isn't supported or (correctly) configured in
your DSA?
As always, test all connections with ldapsearch first and only once
you have everything running transfer the working config to
SimpleSAMLphp. Until then it has nothing to do with SimpleSAMLphp, as
it's an ordinary LDAP client here.
-peter