mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 00:05:50 +03:00
[GH-ISSUE #180] [FEATURE REQUEST] Default everyone group #72
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#72
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @d-513 on GitHub (Jun 8, 2022).
Original GitHub issue: https://github.com/lldap/lldap/issues/180
Some services want a group to be present for config, so a default group that everyone gets assigned to would be useful.
@nitnelave commented on GitHub (Jun 8, 2022):
For this feature, the most elegant solution I see going forward is:
on startup, if the "lldap_everyone" group doesn't exist, create it and add every existing user to it.
when creating a user, add it to the group.
prevent deleting the "lldap_everyone" group (like lldap_admin and lldap_readonly (need to add that one))
in the web UI, when creating a user, have a default checked checkbox "add to lldap_everyone group", and propagate that in the query.
@binaryben commented on GitHub (Apr 8, 2023):
What about allowing a config option to define a number of groups (0 or greater) that every user is added to by default?