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

core: Add functionality to remove user from group and delete groups #4

Merged
merged 2 commits into from
May 9, 2023

Conversation

joebonrichie
Copy link
Contributor

@joebonrichie joebonrichie commented May 4, 2023

Resolves #3.

To remove a user from a group

description = "Remove all active users from the deleteme group"

[[users-remove]]
only = ["active"]
group = "deleteme"

To remove a group from the system

description = "Remove the group deleteme from the system"

[[group-delete]]
name = "deleteme"

(CWE-118): Implicit memory aliasing in for loop
(CWE-22): Potential file inclusion via variable
(G306): Expect directory permissions to be 0750 or less
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.

Enable support to remove users from a group and deleting groups
1 participant