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

New users always get a home directory #561

Open
dshoreman opened this issue Jan 8, 2023 · 0 comments
Open

New users always get a home directory #561

dshoreman opened this issue Jan 8, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@dshoreman
Copy link
Owner

When creating a user, it will still have its home directory set to /home/<user> even though it doesn't actually get created.

Not sure if this is a missing -M/-r or something setting the homedir automatically, but a sample POST to /api/system/users is blow.

{
    "uid": null,
    "gid": "100",
    "name": "ble",
    "groups": [],
    "shell": "/bin/zsh",
    "create_home": false,
    "user_group": false,
    "uid_original": null
}
@dshoreman dshoreman created this issue from a note in System Users & Groups (To do) Jan 8, 2023
@dshoreman dshoreman added the bug Something isn't working label Jan 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

1 participant