Hi,

i've got the rules module working which will redirect my roles to different pages/nodes.
(Rule: If user of role "XXX" will login then redirect to node "ZZZ")
All is working (redirect works) fine if i create an local drupal user and this user will login into my drupal.

If i configure the LDAP integration module and i will authenticate with an LDAP user, then redirect trough
rules will not work.
I always will be redirected to this URL "http://drupel-website/node?destination=node" which cant be found.

So redirect over the rules module wont work with LDAP integration.

Does anybody know this issue and can help me?