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

PR #837 follow-on (scripts/pam_snapper_useradd.sh) useradd -M #838

Closed
wants to merge 2 commits into from
Closed

PR #837 follow-on (scripts/pam_snapper_useradd.sh) useradd -M #838

wants to merge 2 commits into from

Conversation

daniel-fahey
Copy link
Contributor

Running useradd without options may still try to create the user's home directory depending on system configuration, useradd -M attempts to override this

Running `useradd` without options may still try to create the user's home directory given certain system configs like `CREATE_HOME yes` in `/etc/login.defs`, using it with `-M` /`-no-create-home` may help avoid warnings in these cases.
@aschnell
Copy link
Member

Ups, I have just included that change with some other tiny improvments in #839.

@aschnell aschnell closed this Sep 19, 2023
@daniel-fahey
Copy link
Contributor Author

Good Morning Arvin

No worries, thanks so much for trying it out yourself too.

@daniel-fahey daniel-fahey deleted the patch-1 branch September 19, 2023 08:33
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