I have an issue with wpmu-lap 2.8.2 with wordpress mu 2.8.2.
When I connect with the admin account its blog role is automatically tipped over to subscriber.
With this role the admin account generates errors.
In wp-usermeta for user_id = 1 the value of wp_1_capability is set to “a:1:{s:10:”subscriber”;b:1;}” by wpmu-plugin.
To fixe this issue I must put in comment the ligne 135 in ldap_auth.php:
/* wpmuUpdateBlogAccess($user->ID); */
Why this function is called to this place in the code?
Best Regards