I have just installed the trial version of checkmk. There it creates an account for the site. Per standards system users should be created with a UID < 1000. The same with the group and the GID < 1000
The user was indeed created with a UID of 983, but the GID was 10865
We have a central system to push accounts, that will ignore the system accounts < 1000, but the rest are overwritten, so the created group was removed again, resulting in a failure. While easily fixed (created group with a lower GID, set the group for the user to that and do chgrp for /omd/sites/, this seems to be a bug to me. Can this be looked at.
Hi Andre, that is good to know and helpful if we decide to go with checkmk, but main reason for the post is that these choices are against the policy on uid/gid selection. That should have selected both a uid and a gid under 1000.
Hi Andre,
as omd uses ‘useradd --system …’ here:
What are the settings for UID_MIN, UID_MAX, GID_MIN and GID_MAX in /etc/login.defs ?
Best regards
Dennis