You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that the user defined type wrongly assumes that all account home directories will be under /home/${name}. There are some instances where this is not the case, such as the mongod user provide by mogodb-enterprise-server package.
One workaround is to provide the $home => /path/to/real/homedir to the user defined type but this is a bit clunky.
The text was updated successfully, but these errors were encountered:
Describe the Bug
Even when managehome => false, the non-root user's home directory will be changed if the user's home directory is in a non-standard location.
Expected Behavior
User's home directory shouldn't be changed when managehome=>false under any circumstances.
Steps to Reproduce
Steps to reproduce the behavior:
Environment
Additional Context
I think that the user defined type wrongly assumes that all account home directories will be under /home/${name}. There are some instances where this is not the case, such as the mongod user provide by mogodb-enterprise-server package.
One workaround is to provide the $home => /path/to/real/homedir to the user defined type but this is a bit clunky.
The text was updated successfully, but these errors were encountered: