Skip to content
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

Offer setting so that any circle creates a group #363

Open
rasos opened this issue Dec 16, 2019 · 1 comment · May be fixed by #401
Open

Offer setting so that any circle creates a group #363

rasos opened this issue Dec 16, 2019 · 1 comment · May be fixed by #401

Comments

@rasos
Copy link

rasos commented Dec 16, 2019

Our use case is that we need to map circle to groups, which are being synced to LDAP. Writing of LDAP members and groups is now supported in NC 17. This would allow us to connect other services to LDAP or an IDM such as keycloak and have other services such as RocketChat use the same group structure like Circles with the same members. This way, Circle would become the first LDAP compliant self-management tool for liquid organisations.

See also #128 which goes in the other direction: offer an option to restrict those who may assign groups.

@tortuetorche
Copy link
Contributor

Hi @rasos,

I've working on this feature, see https://github.com/tortuetorche/circles/tree/patches
But I need to split my big commit, which also fix other issues, in multiple commits and send pull request for each of them.

Have a good day,
Tortue Torche

tortuetorche added a commit to tortuetorche/circles that referenced this issue Apr 1, 2020
The main goal is to have better integrations with Nextcloud applications
and clients.

The group name is automatically suffixed by ` Circle`
And you can customize the prefix and/or suffix group name with the
`group_backend_name_prefix` and `group_backend_name_suffix` options

You should also hide these mirrored circles in Nextcloud applications
and clients, because their equivalent group will be used instead, via
the `allow_listed_circles` option set to `0`.

Fix nextcloud#363

Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
tortuetorche added a commit to tortuetorche/circles that referenced this issue Apr 2, 2020
The main goal is to have better integrations with Nextcloud applications
and clients.

The group name is automatically suffixed by ` Circle`
And you can customize the prefix and/or suffix group name with the
`group_backend_name_prefix` and `group_backend_name_suffix` options

You should also hide these mirrored circles in Nextcloud applications
and clients, because their equivalent group will be used instead, via
the `allow_listed_circles` option set to `0`.

Fix nextcloud#363

Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
tortuetorche added a commit to tortuetorche/circles that referenced this issue Apr 9, 2020
The main goal is to have better integrations with Nextcloud applications
and clients.

The group name is automatically suffixed by ` Circle`
And you can customize the prefix and/or suffix group name with the
`group_backend_name_prefix` and `group_backend_name_suffix` options

You should also hide these mirrored circles in Nextcloud applications
and clients, because their equivalent group will be used instead, via
the `allow_listed_circles` option set to `0`.

Fix nextcloud#363

Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
tortuetorche added a commit to tortuetorche/circles that referenced this issue Apr 9, 2020
The main goal is to have better integrations with Nextcloud applications
and clients.

The group name is automatically suffixed by ` Circle`
And you can customize the prefix and/or suffix group name with the
`group_backend_name_prefix` and `group_backend_name_suffix` options

You should also hide these mirrored circles in Nextcloud applications
and clients, because their equivalent group will be used instead, via
the `allow_listed_circles` option set to `0`.

Fix nextcloud#363

Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
@joshtrichards joshtrichards changed the title Feature request: offer setting so that any circle creates a group Offer setting so that any circle creates a group Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants