Having patched user.module with the 43.patch I receive one tiny error, related to help pages. This fails (only the actual line):
- print theme("box", t("Distributed authentication"), user_help("user/help#user"));
+ print theme("box", t("Distributed authentication"), user_help_users_da());
This seems totally unrelated to my actual problem, so I assume that the system is patched correctly.
THUS, I have set up ldap_integration, and the actual authentication works fine, BUT when I click "My account", I receive an error:
warning: ldap_get_values_len(): Cannot get the value(s) of attribute Decoding error in /var/www/modules/ldap_integration.module on line 225.
warning: ldap_get_values_len(): Cannot get the value(s) of attribute Decoding error in /var/www/modules/ldap_integration.module on line 225.
I take it this is connected with setting up the $ldap_migrate array, but I have tried using only "mail" => "mail", and no matter what I seem to do with $ldap_migrate I receive error messages.
Anyone?