-
Notifications
You must be signed in to change notification settings - Fork 18
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
Integrate Mattermost with Yunohost LDAP #58
Comments
Mattermost doesn't support LDAP auth in the Free edition (this feature is restricted to the Entreprise non-free edition). See #58
Mattermost doesn't support LDAP auth in the Free edition (this feature is restricted to the Entreprise non-free edition). See #58
Maybe you can ask them if they are ok with it. Maybe they want to restrict to small communities which is the userbase of most yunohost, but not all. Maybe they will even make this feature in the free version since they were not aware that a project like yunohost enable every one to use LDAP and not just Enterprises. I personnaly think that I won’t try or use the app as long as this question is not sorted. And I did not find a way to test Mattermost other than installing it myself in standalone/yunohost… |
Hello there, I'm setting up a Yunohost server for MailTape collective and mattermost looks like the perfect fit to get rid of fb messenger.. LDAP support sounds good and I think we would be ready pay. How could we make that work do you think? Is this some kind of feature easy to add on a point and click dashboard or does it need to build a new package? thanks for your dear help |
Hi there! Manually integrating Yunohost LDAP should be doable. I guess the steps would be:
And it should work (in theory) – without even needing a modification to this package. If you try it, could you report here if this works or not? |
Not sure I will try in the end. I'm playing with Synapse package and it includes ldap for free. So unless people in the crew really don't like Riot's interface I guess we won't test that. |
For the record, there's this open source extension for mattermost ldap support (I didn't test it): https://github.com/Crivaledaz/Mattermost-LDAP |
@lucaskev interesting! I didn't thought it could be possible to transparently implement an LDAP connector for the Free Edition of Mattermost. I looked a bit at the code of https://github.com/Crivaledaz/Mattermost-LDAP, and I'm not sure it could be reliably integrated into the Yunohost package: it seems a young project, with many dependancies and moving parts. But as a proof of concept it definitely is interesting. |
@kemenaran in this time of crisis it is good to work on alternatives as these. I am hoping to set up an alternative communication channel next to WhatsApp and Signal. |
@dosch as far as I know, nobody worked on integrating the LDAP bridge to this Yunohost package yet. That said, I you know a little about system administration, you can try to:
If it works, you'll have a working LDAP integration with Yunohost. And we can look at how it could be integrated into the package itself. |
Seem https://github.com/Crivaledaz/Mattermost-LDAP has been updated since October 2019. Worth looking again? |
Hello, |
@biva sure, that makes sense. If you feel like asking the Mattermost team for a solution to this, please do 👍 |
Thank you @biva for sharing this with me. I asked our product managers about this, and here is what they shared: At this time, we have no plans to move LDAP into our Team Edition. It is available in Professional Edition which is targeted at teams who need to work cross-functionally and typically require more directory management services to manage user access. Team Edition is best suited for a single or small group of teams who do not require directory services. We understand that many teams use Mattermost Team Edition because of its open source and free. Our commercial and paid versions allow us to continue to provide this offering to our community. Given the separation of the editions, there unfortunately isn't an easy way technically to "unlock" LDAP for your purpose. |
Thank you very much @amyblais for having considered this request and having taken the time to investigate... even if we would have hoped for another answer ;) |
* Upgrade to version 6.6.0 (#355) * Upgrade to v6.6.0 * Auto-update README * Update config.json Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: ericgaspar <junk.eg@free.fr> Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com> * Add #58 link * Auto-update README Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>
Hi everyone, For my own use, i wrote a bash script that installs Crivaledaz' module and makes it work with my YunoHost install. I thought it may interest people here, so feel free to take a look at it, test it, improve it, or even integrate it to the YunoHost app if you want to. The code is here : https://github.com/SveDec/Mattermost-Yunohost-LDAP. Hope it'll help. |
@SveDec very nice indeed, however when I try to run it on YunoHost 11.2.1.0 I get |
Mattermost allows integrating the accounts with an LDAP system. This would let Mattermost users use the same credentials than their Yunohost account.
However LDAP integration is only available in Mattermost Entreprise, which users need to pay for.
Is it worth supporting features that users need to pay for?
Pros:
Cons:
The text was updated successfully, but these errors were encountered: