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

fix(cache): Do not change homedir for user that already exists #399

Merged
merged 1 commit into from
Jun 27, 2024

Commits on Jun 27, 2024

  1. Do not change homedir for user that already exists

    We used to update every part of the user information in cache, but this
    can create problems if the admin changes the homedir configuration in
    the broker side, since it would update the homedir parsing for the user
    and, thus, "losing" access to the previous one.
    denisonbarbosa committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    215739a View commit details
    Browse the repository at this point in the history