REally I not understand where is the problem
IN Drupal
Application URL and Path course.mydrupal.com

In Chamilo Single Sign On YES
and domain mydrupal.com

If I try after to login in course.mydrupal.com (Chamilo) The Url redirect automatic to mydrupal.com
Anyway login in mydrupal.com and try to go to course.mydrupal.com and gain the url return to drupal
Is impossible Login in chamilo Always the URL return in Drupal

Where is the error ? and how I solve for work fine
Thanks

Comments

ywarnier’s picture

Hello Gineta,

I just spotted an error in the module and improved the code in Chamilo 1.8.8.
One thing that might help you for now is to check that the encryption method is the same in Chamilo and in Drupal. So as Drupal generally stores passwords in MD5, you have to choose MD5 on the Chamilo side (or no password encryption/hashing method at all, which would be bad in terms of security).
Let me know if that helps you.

Here is the patch, but it only works with the code base of Chamilo 1.8.8 (maybe you can adapt the changes to your local.inc.php in 1.8.7.1).
http://code.google.com/p/chamilo/source/detail?r=67959b7d9735ae16007933d...

It still requires the same encryption method (this is not avoidable with the current authentication method).

ywarnier’s picture

Title: blucle in chamilo » bucle in chamilo
Issue summary: View changes
Status: Active » Closed (fixed)

Closing for inactivity