Hello,
I would like to get out some users accounts (used as service account) from "users" group (GID 100), about "users" group permissions and ACL are not applied on them.
What is the good way to it in OMV?
I tried by unchecking "users" group in OMV GUI (when I edit an user users account), but it's not applied after save it.
I've uncheck "users" group and check "nogroup" group in OMV GUI, but "users" group stays applied after save:
in groups list (getent group) user "test2" is moved from "users:x:100:" to "nogroup:x:65534:"
users:x:100:test1
nogroup:x:65534:test2
but "users" group is always present in OMV GUI, and in /etc/passwd file :
test2:x:1001:100::
I've manualy modified /etc/passwd file :
test2:x:1001:65534::
"users" group is no more present in OMV GUI :
I've checked result after rebooting OMV, and changes stay applied (I've no update to apply to check result after OMV update).
Is it correct or not recommended to do that?
Thank you,
Chris