Remove "force user" ?
phlogistonjohn opened this issue · 1 comments
phlogistonjohn commented
I was able to remove this line and things continued to work. The uid of the files written matched that in /etc/passwd.
However, I realize that statically baking in uids is probably not the best approach. Plus, some of the container orchestration systems, like kubernetes, may add on what the smbd in the container can impersonate.
I'd like to discuss how the container might set up IDs/Username/Passwords more dynamically.
phlogistonjohn commented
Closing this. The new sambacc library and samba-container entrypoint script do not assume force user. You only need it if you really want to put it in yourself.