-
Notifications
You must be signed in to change notification settings - Fork 64
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
MRBS 1.11.4: Limit r/w access to rooms #3644
Comments
You could try using the roles branch, which allows roles to be assigned to users and groups. For each role you can define which rooms and areas are visible, bookable or admin-able. The code is still under development though and it will also upgrade your database, after which it won't work with 1.11.4. So I recommend you try it out first on a copy of your database. |
Hi there, I have a question concerning this. |
Yes, when this feature eventually becomes part of an official release you'll be able to upgrade your installation. In the meantime new features and bug fixes applied to the main branch are also merged with the roles branch. |
I had the same question in my mind, now got the answer. Thanks |
If you start using the role branch now, you will be able to upgrade MRBS when this feature becomes part of an official release. However, it is recommended to test it on a copy of your database first, as the code is still under development and may upgrade your database in a way that is not compatible with version 1.11.4. |
Hi there, it has been four years after the roles branch established, would you consider to provide an official basical release version first? Maybe done is better than perfect. |
Well there's nothing to stop you using it - I'm not quite sure what benefit a release brings. There's still some more work to be done to finish it off. However what I have been considering as an idea is to:
|
That's what I'm afraid. Actually I modified this awesome project to adapt with our existing oauth2 authorization system. I'm happy to migrate the oauth2 part based on this role feature in someday when it is kind of "stable" (e.g. a release) meaning this role feature won't be abandon (because of too much dev time cost). So glad to hear the future milestones and eagerly look forward to them. |
Hello Community,
is there maybe a way to allow bookings to defined room by membership of an AD security group?
I am using LDAP for authentication and want to use security groups to control access to rooms but was unable to find something about this in the documentation.
Many thanks in advance,
best regards
TheDude
The text was updated successfully, but these errors were encountered: