The Drupal Module "drupalauth4ssp" does not work with Drupal 6 (user hooks not
triggered).
To make it work a new "hook" function drupalauth4ssp_user(...) needs to be
added to
simplesamlphp/modules/drupalauth/drupal_module/drupalauth4ssp/drupalauth4ssp.mod
ule .
The user hook functions in drupalauth4ssp.module are only triggered in Drupal
7, but are not triggered in Drupal 6.
drupalauth4ssp_user(...) provides the equivalent functionality for Drupal 6.
Since the "user" hook does not seem to be triggered in Drupal 7, it does not
seem to be an issue to leave that function in the Drupal 7 version (in other
words it would seem that the module with that function added will work with
both Drupal 6 and 7).
Attached is an updated drupalauth4ssp.module and, as an alternative, a patch
"drupalauth4ssp.module.patch" to apply the change.
Alan Barrett
Original issue reported on code.google.com by alanabar...@gmail.com on 4 Nov 2013 at 4:37
Original issue reported on code.google.com by
alanabar...@gmail.com
on 4 Nov 2013 at 4:37Attachments: