-
Notifications
You must be signed in to change notification settings - Fork 39
Issue when using with bbPress #246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey there. Thanks for raising this issue! Have you checked the "LDAP group overwrite existing group" setting? Please uncheck that and see whether it works then. Looks like I need to check in what order the checks are done. Looks like in that specific case checks are done in the wrong order. |
Ah dammit. Looks like you need to activate the "Map LDAP groups to WordPress roles" checkbox to see it. 🙈 I do need to fix that in the code. Sorry for the inconvenience! |
Tks. And I can see setting now 👍 . But after uncheck setting which you mention. Issue is still remain. |
Hi Heiglandreas ! |
Ah! The edit didn't trigger a new notification. Will dig into that then |
Can you please check the |
Hi there. |
Ah dammit. I think I know what the issue is. Can it be that the user in question has multiple roles? And the bbp_participant is the first one? |
Hi, |
I just released a new version that should fix part of your issue. It should now leave the WordPress-Roles that you assigned in WordPress intact on login. This will only happen though when you disabled the "LDAP Groups override role of existing users?" option in the AuthLDAP settings! Otherwise the LDAP-Roles will take precedence and overwrite (as the Option-name already suggests) the WordPress roles so that you can do the role-assignements solely in WordPress. Though currently the plugin only allows to assign one WordPress role to a user. SO even when the user is member of an LDAP-ROle that is assigned to multiple WordPress groups only the first WordPress-role will be assigned. Changing that is planned for one of the next versions. I hope this helps at lesat a bit. |
Thank you very much. I'll try this new version |
Hi Heiglandreas
Thank you very much for distribute this plugin.
I have problem when using this plugin with bbPress plugin, pls help me.
When a LDAP user signup, it create new user in wordpress with 'null' Site Role and Default bbPress ForumRole. But I cannot use WordPress Admin Account to change user Site Role and ForumRole because the plugin always change User role back to default role (in plugin setting) when LDAP user sign in . In plugin setting, i uncheck option "Map LDAP Groups to wordpress Roles?"
Sorry for my English. Pls let me know if you need more information. Tks in advance.
The text was updated successfully, but these errors were encountered: