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

Dedup group members #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

SuperSandro2000
Copy link

Before adding accidentally a group twice to a user resulted in the following:
Updating members of group mygroup from ["sandro"] to ["sandro", "sandro"]...

Which was also twice in /etc/groups:
mygroup:x:999:sandro,sandro

With this patch this gets deduplicated and fixed:
<6>Updating members of group mygroup from ["sandro", "sandro"] to ["sandro"]... mygroup:x:999:sandro

Before adding accidentally a group twice to a user resulted in the
following:
Updating members of group mygroup from ["sandro"] to ["sandro", "sandro"]...

Which was also twice in /etc/groups:
mygroup:x:999:sandro,sandro

With this patch this gets deduplicated and fixed:
<6>Updating members of group mygroup from ["sandro", "sandro"] to ["sandro"]...
mygroup:x:999:sandro
@Mic92
Copy link
Contributor

Mic92 commented Dec 24, 2024

ping @nikstur

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants